Skip to content

Commit

Permalink
Dependabot: Add proper dependabot config file
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Apr 29, 2024
1 parent 4746c33 commit 3017d2e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod"
target-branch: master
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
labels:
- dependencies
- ok-to-test
groups:
k8sio:
patterns:
- k8s.io/*

- package-ecosystem: "github-actions"
target-branch: master
directory: "/"
schedule:
interval: "daily"
labels:
- dependencies
- ok-to-test

0 comments on commit 3017d2e

Please sign in to comment.