Skip to content

Commit e560a23

Browse files
author
Peter Bengtsson
authored
add Dependabot configuration file (#21969)
* add Dependabot configuration file
1 parent 4727433 commit e560a23

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: '/'
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 20 # default is 5
8+
9+
- package-ecosystem: 'github-actions'
10+
directory: '/'
11+
schedule:
12+
interval: weekly

0 commit comments

Comments
 (0)