We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe122ab commit 61a9984Copy full SHA for 61a9984
1 file changed
.github/dependabot.yml
@@ -15,20 +15,6 @@ updates:
15
dev-dependencies:
16
dependency-type: 'development'
17
18
- # Security updates - daily check
19
- - package-ecosystem: 'npm'
20
- directory: '/'
21
- schedule:
22
- interval: 'daily'
23
- open-pull-requests-limit: 10
24
- target-branch: main
25
- commit-message:
26
- prefix: 'security'
27
- include: 'scope'
28
- allow:
29
- - dependency-type: 'all'
30
- update-type: 'security'
31
-
32
# Github actions up to date
33
- package-ecosystem: 'github-actions'
34
directory: '/'
0 commit comments