Skip to content

Commit

Permalink
Merge pull request #1679 from ArangoGutierrez/dependabot2
Browse files Browse the repository at this point in the history
Dependabot: Add proper dependabot config file
  • Loading branch information
k8s-ci-robot authored Apr 29, 2024
2 parents bb36c21 + 3017d2e commit 99b2401
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 99b2401

Please sign in to comment.