We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da27ced commit 4209d16Copy full SHA for 4209d16
renovate.json
@@ -0,0 +1,31 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "git-submodules": {
4
+ "enabled": true
5
+ },
6
+ "minimumReleaseAge": "0 days",
7
+ "extends": [
8
+ "config:recommended",
9
+ "config:best-practices",
10
+ "security:openssf-scorecard",
11
+ "helpers:pinGitHubActionDigests",
12
+ ":rebaseStalePrs"
13
+ ],
14
+ "postUpdateOptions": [
15
+ "gomodTidy"
16
17
+ "packageRules": [
18
+ {
19
+ "matchManagers": [
20
+ "gomod"
21
22
+ "matchDepNames": [
23
+ "go"
24
25
+ "matchDepTypes": [
26
+ "golang"
27
28
+ "rangeStrategy": "bump"
29
+ }
30
+ ]
31
+}
0 commit comments