Skip to content

Commit a3a1976

Browse files
authored
chore: Setup dependabot (#4432)
1 parent 0368f45 commit a3a1976

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- match:
22
dependency_type: all
3-
update_type: 'semver:major'
3+
update_type: 'semver:minor'

.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+
updates:
3+
- package-ecosystem: npm
4+
directory: '/'
5+
schedule:
6+
interval: weekly
7+
day: sunday
8+
time: '16:00'
9+
timezone: 'Europe/Berlin'
10+
open-pull-requests-limit: 10
11+
12+
# Github actions
13+
- package-ecosystem: 'github-actions'
14+
directory: '/'
15+
open-pull-requests-limit: 10
16+
schedule:
17+
interval: 'daily'

0 commit comments

Comments
 (0)