Skip to content

Commit ff0ca02

Browse files
authored
Create dependabot config for GitHub actions
1 parent d4c8d3a commit ff0ca02

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"
8+
labels:
9+
- "housekeeping"
10+
- "technical"
11+
groups:
12+
all-github-actions:
13+
patterns:
14+
- "*"

0 commit comments

Comments
 (0)