Skip to content

Commit

Permalink
Enable Dependabot for image updates (#27)
Browse files Browse the repository at this point in the history
* Create dependabot.yml
  • Loading branch information
macedogm authored Jun 21, 2022
1 parent 98aeed5 commit cf22bbd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
pull-request-branch-name:
separator: "-"
reviewers:
- "teams/rancher-security"
- package-ecosystem: "docker"
directory: "/package"
schedule:
interval: "daily"
open-pull-requests-limit: 10
pull-request-branch-name:
separator: "-"
reviewers:
- "teams/rancher-security"

0 comments on commit cf22bbd

Please sign in to comment.