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 4d1a0ce commit 49f4f07Copy full SHA for 49f4f07
1 file changed
.github/dependabot.yml
@@ -10,21 +10,6 @@ updates:
10
labels:
11
- 'pr: dependencies'
12
13
- ########################
14
- # NPM SECURITY UPDATES
15
- - package-ecosystem: 'npm'
16
- directory: '/'
17
- exclude-paths:
18
- - 'examples/**'
19
- schedule:
20
- interval: 'daily'
21
- # Disable version updates for npm dependencies
22
- # This is what restricts Dependabot to security updates only
23
- # https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
24
- open-pull-requests-limit: 0
25
- labels:
26
- - 'pr: dependencies'
27
-
28
########################
29
# NPM VERSION UPDATES
30
- package-ecosystem: 'npm'
0 commit comments