We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9d05a commit 5dee6f0Copy full SHA for 5dee6f0
renovate.json
@@ -0,0 +1,38 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended",
5
+ ":gitSignOff"
6
+ ],
7
+ "labels": [
8
+ "changelog:dependencies"
9
10
+ "postUpdateOptions": [
11
+ "gomodTidy",
12
+ "gomodUpdateImportPaths"
13
14
+ "suppressNotifications": [
15
+ "prEditedNotification"
16
17
+ "packageRules": [
18
+ {
19
+ "matchManagers": [
20
+ "github-actions"
21
22
+ "groupName": "github-actions deps",
23
+ "schedule": [
24
+ "on the first day of the month"
25
+ ]
26
+ },
27
28
29
30
31
+ "matchUpdateTypes": [
32
+ "patch",
33
+ "digest"
34
35
+ "enabled": false
36
+ }
37
38
+}
0 commit comments