We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ea31f commit ae565d7Copy full SHA for ae565d7
renovate.json
@@ -0,0 +1,15 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "schedule:daily",
5
+ "config:recommended",
6
+ "docker:enableMajor",
7
+ "helpers:pinGitHubActionDigests",
8
+ ":gitSignOff",
9
+ ":maintainLockFilesMonthly",
10
+ ":disableRateLimiting",
11
+ ":semanticCommitsDisabled"
12
+ ],
13
+ "rebaseWhen": "behind-base-branch",
14
+ "baseBranchPatterns": ["main", "dev-v2"]
15
+}
0 commit comments