Skip to content

Commit

Permalink
ci: add renovate configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 13, 2024
1 parent 7c5ea6d commit fc2a586
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
"helpers:pinGitHubActionDigestsToSemver",
"security:openssf-scorecard",
":enableVulnerabilityAlertsWithLabel(security)",
":docker",
"docker:pinDigests",
],
}

0 comments on commit fc2a586

Please sign in to comment.