Skip to content

Commit e5a808f

Browse files
authored
Merge pull request #99 from PowerDNS/neilcook-patch-1
Create dependabot.yml
2 parents 0450684 + 7c966fd commit e5a808f

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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "gomod"
7+
directory: "/" # Location of package manifests
8+
schedule:
9+
interval: "weekly"
10+
day: "sunday"
11+
time: "16:00"
12+
- package-ecosystem: "docker"
13+
directories:
14+
- "/"
15+
schedule:
16+
interval: "weekly"
17+
day: "sunday"
18+
time: "16:00"
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"
23+
day: "sunday"
24+
time: "16:00"
25+
groups:
26+
all-actions:
27+
patterns: [ "*" ]

0 commit comments

Comments
 (0)