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.
dependabot.yml
1 parent deee6c3 commit 2fea119Copy full SHA for 2fea119
1 file changed
.github/dependabot.yml
@@ -1,30 +1,19 @@
1
version: 2
2
updates:
3
- - package-ecosystem: github-actions
4
- directory: /
+ - package-ecosystem: 'github-actions'
+ directory: '/'
5
schedule:
6
- interval: monthly
+ interval: 'monthly'
7
groups:
8
- actions-minor:
9
- update-types:
10
- - minor
11
- - patch
+ github-actions-updates:
+ patterns:
+ - '*'
12
13
- - package-ecosystem: npm
14
+ - package-ecosystem: 'npm'
15
16
17
- ignore:
18
- - dependency-name: '@types/node'
19
20
- - 'version-update:semver-major'
21
22
- npm-development:
23
- dependency-type: development
24
25
26
27
- npm-production:
28
- dependency-type: production
29
30
+ npm-updates:
0 commit comments