Skip to content

Commit 43ee419

Browse files
authored
Merge pull request #519 from nginx-proxy/dependabot-gh-actions
ci: add GitHub Actions to Dependabot config
2 parents 3e3833d + 0e834a9 commit 43ee419

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,18 @@ updates:
88
commit-message:
99
prefix: "build"
1010

11-
1211
# Maintain dependencies for Docker
1312
- package-ecosystem: "docker"
1413
directory: "/"
1514
schedule:
1615
interval: "daily"
1716
commit-message:
1817
prefix: "build"
18+
19+
# Maintain GitHub Actions
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"
24+
commit-message:
25+
prefix: "ci"

0 commit comments

Comments
 (0)