Skip to content

Commit

Permalink
Update Docker dependency update schedule (#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi authored Mar 1, 2024
1 parent b2caab3 commit e8d2f89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@ updates:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
open-pull-requests-limit: 0

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
open-pull-requests-limit: 0

0 comments on commit e8d2f89

Please sign in to comment.