Skip to content

Commit 1e48942

Browse files
committed
build: enable Dependabot for GitHub Actions
Signed-off-by: Hidde Beydals <[email protected]>
1 parent bc1615c commit 1e48942

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
labels: ["area/build"]
7+
schedule:
8+
# by default this will be on a monday.
9+
interval: "weekly"

0 commit comments

Comments
 (0)