mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-30 13:59:26 -07:00
Fix dependabot config
PR #998 was supposed to filter dependabot PRs to security updates only. But applies-to was on the wrong level of nesting. Also renamed the group from "dependency-type" to "security", right now we get PRs like "Bump the dependency-type group in /installer-gui with 7 updates#1010" Search for applies-to on this page: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference -- it's on the same level as patterns. This PR was fully AI-generated, description hand-written though.
This commit is contained in:
committed by
Brad Warren
parent
40070b9339
commit
8346f18a5b
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
@@ -11,8 +11,8 @@ updates:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 0
|
||||
groups:
|
||||
applies-to: "security-updates"
|
||||
dependency-type:
|
||||
security:
|
||||
applies-to: "security-updates"
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
@@ -23,8 +23,8 @@ updates:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 0
|
||||
groups:
|
||||
applies-to: "security-updates"
|
||||
dependency-type:
|
||||
security:
|
||||
applies-to: "security-updates"
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
@@ -35,8 +35,8 @@ updates:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 0
|
||||
groups:
|
||||
applies-to: "security-updates"
|
||||
dependency-type:
|
||||
security:
|
||||
applies-to: "security-updates"
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
@@ -47,7 +47,7 @@ updates:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 0
|
||||
groups:
|
||||
applies-to: "security-updates"
|
||||
dependency-type:
|
||||
security:
|
||||
applies-to: "security-updates"
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
Reference in New Issue
Block a user