Skip to content

Commit 174a899

Browse files
committed
github: dependabot: Add configuration
Add a dependabot configuration that's aligned with Zephyr upstream. This is particularly important now that we use pinned action versions so we get notified when they need updating. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
1 parent 606c940 commit 174a899

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
enable-beta-ecosystems: true
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
cooldown:
9+
default-days: 7
10+
commit-message:
11+
prefix: "ci: github: "
12+
labels: []
13+
groups:
14+
actions-deps:
15+
patterns:
16+
- "*"

0 commit comments

Comments
 (0)