Skip to content

Commit 7990fd6

Browse files
committed
Manage actions using dependabot
1 parent f273e07 commit 7990fd6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2+
3+
version: 2
4+
5+
updates:
6+
- commit-message:
7+
include: "scope"
8+
prefix: "github-actions"
9+
directory: "/"
10+
labels:
11+
- "dependency"
12+
open-pull-requests-limit: 10
13+
package-ecosystem: "github-actions"
14+
schedule:
15+
interval: "daily"

0 commit comments

Comments
 (0)