Skip to content

Commit 99b2401

Browse files
authored
Merge pull request #1679 from ArangoGutierrez/dependabot2
Dependabot: Add proper dependabot config file
2 parents bb36c21 + 3017d2e commit 99b2401

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "gomod"
7+
target-branch: master
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
day: "sunday"
12+
labels:
13+
- dependencies
14+
- ok-to-test
15+
groups:
16+
k8sio:
17+
patterns:
18+
- k8s.io/*
19+
20+
- package-ecosystem: "github-actions"
21+
target-branch: master
22+
directory: "/"
23+
schedule:
24+
interval: "daily"
25+
labels:
26+
- dependencies
27+
- ok-to-test

0 commit comments

Comments
 (0)