Skip to content

Commit

Permalink
Watch the new updater/Gemfile
Browse files Browse the repository at this point in the history
Now that we've merged `updater` into `core`, 
we should also have Dependabot watch its `Gemfile`.
  • Loading branch information
jeffwidman committed Sep 13, 2022
1 parent 4e854a5 commit 22d480e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ updates:
directory: "/common"
schedule:
interval: "weekly"
- package-ecosystem: "bundler"
directory: "/updater"
schedule:
interval: "weekly"

# Watch the per-ecosystem gemspecs
- package-ecosystem: "bundler"
Expand Down

0 comments on commit 22d480e

Please sign in to comment.