Skip to content

Commit 7fb6f51

Browse files
committed
chore(dependabot): add GitHub Actions update config
1 parent 3c7a8c2 commit 7fb6f51

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
target-branch: "develop"
7+
schedule:
8+
interval: "weekly"
9+
day: "monday"
10+
time: "06:00"
11+
timezone: "Europe/Berlin"
12+
open-pull-requests-limit: 5
13+
labels:
14+
- "dependencies"
15+
- "github-actions"
16+
commit-message:
17+
prefix: "chore"

0 commit comments

Comments
 (0)