Skip to content

Commit 123938e

Browse files
authored
👷 Improve dependabot (#290)
* 👷 Add dependabot groups * 👷 Enable auto merge for dependabot PRs * 🎨 Update if condition * 👷 Using reusable workflow
1 parent d1d8075 commit 123938e

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ updates:
77
time: "07:00"
88
timezone: "Europe/Berlin"
99
open-pull-requests-limit: 5
10+
groups:
11+
dependencies:
12+
patterns:
13+
- "*"
14+
update-types:
15+
- "minor"
16+
- "patch"
1017
labels:
1118
- "dependencies"
1219
ignore:
@@ -20,6 +27,13 @@ updates:
2027
time: "07:00"
2128
timezone: "Europe/Berlin"
2229
open-pull-requests-limit: 5
30+
groups:
31+
dependencies:
32+
patterns:
33+
- "*"
34+
update-types:
35+
- "minor"
36+
- "patch"
2337
labels:
2438
- "dependencies"
2539
ignore:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Enable Dependabot Auto-Merge
2+
3+
on: pull_request
4+
5+
jobs:
6+
automerge:
7+
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@create-depdendabot-automerge

0 commit comments

Comments
 (0)