Skip to content

Commit

Permalink
Add Docker dependency update schedule to dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Mar 1, 2024
1 parent 05b0b93 commit a09177b
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 a09177b

Please sign in to comment.