We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a321bfa commit 613e6b7Copy full SHA for 613e6b7
1 file changed
.github/dependabot.yml
@@ -7,12 +7,19 @@ updates:
7
groups:
8
angular:
9
patterns:
10
- - "@angular*"
+ - '@angular*'
11
update-types:
12
- - "minor"
+ - 'minor'
13
ignore:
14
- - dependency-name: "*"
15
- update-types: ["version-update:semver-major"]
+ - dependency-name: '*'
+ update-types: ['version-update:semver-major']
16
+ - package-ecosystem: 'npm'
17
+ directory: '/projects/auth0-angular'
18
+ schedule:
19
+ interval: 'daily'
20
+ ignore:
21
22
23
- package-ecosystem: 'github-actions'
24
directory: '/'
25
schedule:
0 commit comments