Skip to content

Commit

Permalink
chore(ci): add utils and dagger gomods to dependabot.yml (#1635)
Browse files Browse the repository at this point in the history
* chore(ci): add utils and dagger gomods to dependabot.yml

* chore(ci): add utils and dagger gomods to dependabot.yml
  • Loading branch information
emosbaugh authored Dec 17, 2024
1 parent 16e5694 commit be800c6
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,11 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 25
schedule:
interval: "weekly"
day: "saturday"
labels:
- "dependencies"
- "go"
- "type::chore"
groups:
security:
update-types:
- "patch"

- package-ecosystem: "gomod"
directory: "/kinds/"
directories:
- "/"
- "/kinds/"
- "/utils/"
- "/dagger/"
open-pull-requests-limit: 25
schedule:
interval: "weekly"
Expand Down

0 comments on commit be800c6

Please sign in to comment.