Skip to content

Commit d481d0c

Browse files
committed
Create dependabot.yml
This change adds a dependabot file for the repo. This is taken from the one used in podman: https://github.com/containers/podman/blob/68bf49799d6085bcc0752e15630ad18ff4d99e19/.github/dependabot.yml and adjusted to run weekly. Signed-off-by: Evan Lezar <[email protected]>
1 parent 9c1a1bd commit d481d0c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
labels:
8+
- "release-note-none"
9+
open-pull-requests-limit: 10
10+
11+
- package-ecosystem: gomod
12+
directory: "test/tools"
13+
schedule:
14+
interval: weekly
15+
labels:
16+
- "release-note-none"
17+
open-pull-requests-limit: 10
18+
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "daily"
23+
labels:
24+
- "release-note-none"
25+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)