Skip to content

Commit

Permalink
Create dependabot.yml (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexandru authored Feb 12, 2024
1 parent 4b50b29 commit b6c0eb1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2
updates:
- directory: "/"
package-ecosystem: "github-actions"
schedule:
interval: "weekly"
time: "09:00"
timezone: "Europe/Bucharest"
commit-message:
prefix: "dependabot"
include: scope
labels:
- "kind/cleanup"
- "dependabot"
- directory: "/"
package-ecosystem: "gomod"
schedule:
interval: "weekly"
time: "09:00"
timezone: "Europe/Bucharest"
commit-message:
prefix: "dependabot"
include: scope
ignore:
- dependency-name: "sigs.k8s.io/controller-runtime"
- dependency-name: "k8s.io/*"
labels:
- "kind/cleanup"
- "dependabot"

0 comments on commit b6c0eb1

Please sign in to comment.