Skip to content

Commit

Permalink
feat: explicitly enable vuln alerts since default value is unclear
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed May 15, 2024
1 parent 42c9442 commit f591845
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@
automerge: true,
},
],

vulnerabilityAlerts: {
enabled: true,
labels: ["security"],
},
osvVulnerabilityAlerts: true,
}

0 comments on commit f591845

Please sign in to comment.