We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0368f45 commit a3a1976Copy full SHA for a3a1976
.github/auto-merge.yml
@@ -1,3 +1,3 @@
1
- match:
2
dependency_type: all
3
- update_type: 'semver:major'
+ update_type: 'semver:minor'
.github/dependabot.yml
@@ -0,0 +1,17 @@
+version: 2
+updates:
+ - 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
15
16
17
+ interval: 'daily'
0 commit comments