Skip to content

Commit

Permalink
Merge pull request #81 from hatena/feat/add-security-label-for-vulner…
Browse files Browse the repository at this point in the history
…ability-alerts

Add security label for vulnerability Alerts
  • Loading branch information
IKEDA Sho authored Nov 16, 2023
2 parents ceb09d7 + fe4814d commit d7d5b39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"github>hatena/renovate-config:groupCocoaPodsPackages",
"github>hatena/renovate-config:groupJest",
"github>hatena/renovate-config:groupLinters",
"github>hatena/renovate-config:postUpdateOptions"
"github>hatena/renovate-config:postUpdateOptions",
"github>hatena/renovate-config:vulnerabilityAlerts"
],
"labels": [
"renovate"
Expand Down
7 changes: 7 additions & 0 deletions vulnerabilityAlerts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"vulnerabilityAlerts": {
"labels": [
"security"
]
}
}

0 comments on commit d7d5b39

Please sign in to comment.