Skip to content

Commit

Permalink
Handle docker image updates with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-zelenku committed Jan 6, 2024
1 parent 52b22e3 commit 94c67a4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
reviewers:
- "torilabs"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "torilabs"
ignore:
- dependency-name: "golang"
update-types: ["version-update:semver-minor"]

0 comments on commit 94c67a4

Please sign in to comment.