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 25, 2024
1 parent 4746c33 commit ff259f4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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
- go
groups:
k8sio:
patterns:
- k8s.io/*

0 comments on commit ff259f4

Please sign in to comment.