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 fc731e2 commit a9b0044Copy full SHA for a9b0044
1 file changed
.github/dependabot.yml
@@ -14,10 +14,10 @@ updates:
14
- CI/CD
15
- skip-changelog
16
groups:
17
- packages:
+ python:
18
applies-to: version-updates
19
patterns: ["*"]
20
- security:
+ python-security:
21
applies-to: security-updates
22
23
@@ -31,3 +31,10 @@ updates:
31
labels:
32
33
34
+ groups:
35
+ actions:
36
+ applies-to: version-updates
37
+ patterns: ["*"]
38
+ actions-security:
39
+ applies-to: security-updates
40
0 commit comments