Skip to content

Commit 8e6b6bc

Browse files
committed
1 parent e6f8c89 commit 8e6b6bc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
version: 2
22
updates:
3+
34
# Maintain dependencies for GitHub Actions
45
- package-ecosystem: "github-actions"
5-
directory: "/"
6+
directory: "/" # Location of package manifests
67
schedule:
7-
interval: "daily"
8+
interval: "weekly"
9+
commit-message:
10+
prefix: "[GitHub] "
11+
include: "scope"
12+
open-pull-requests-limit: 2
13+
cooldown:
14+
default-days: 7
815
labels:
916
- "dependencies"
1017
- "bot"

0 commit comments

Comments
 (0)