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 a1ab583 commit 0d2f713Copy full SHA for 0d2f713
.github/dependabot.yml
renovate.json
@@ -0,0 +1,24 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
+ "timezone": "America/Los_Angeles",
7
+ "schedule": [
8
+ "before 8am on monday"
9
10
+ "prHourlyLimit": 0,
11
+ "prConcurrentLimit": 100,
12
+ "reviewers": [
13
+ "lingrino"
14
15
+ "packageRules": [
16
+ {
17
+ "groupName": "all",
18
+ "matchManagers": [
19
+ "github-actions",
20
+ "gomod"
21
+ ]
22
+ }
23
24
+}
0 commit comments