Skip to content

Commit

Permalink
added renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Roos committed Dec 9, 2024
1 parent ca07418 commit b8dc6e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
"helpers:pinGitHubActionDigestsToSemver",
":separateMultipleMajorReleases",
":separatePatchReleases",
":pinDependencies",
":maintainLockFilesWeekly",
":automergeDigest",
"docker:pinDigests",
"docker:enableMajor"
],
"reviewers": ["team:sbl"]
}

0 comments on commit b8dc6e9

Please sign in to comment.