We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f5839 commit f2fa64bCopy full SHA for f2fa64b
2 files changed
.github/workflows/renovate.yml
@@ -17,7 +17,6 @@ permissions:
17
contents: write
18
issues: write
19
pull-requests: write
20
- vulnerability-alerts: read
21
22
jobs:
23
renovate:
renovate.json
@@ -6,6 +6,9 @@
6
":semanticCommits",
7
"group:allNonMajor"
8
],
9
+ "vulnerabilityAlerts": {
10
+ "enabled": false
11
+ },
12
"labels": ["dependencies"],
13
"rangeStrategy": "bump",
14
"packageRules": [
0 commit comments