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 f9865c2 commit b3da7f8Copy full SHA for b3da7f8
.github/dependabot.yml
.github/renovate.json
@@ -0,0 +1,13 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:base",
5
+ ":semanticCommitsDisabled",
6
+ "schedule:earlyMondays"
7
+ ],
8
+ "automerge": true,
9
+ "labels": [
10
+ "dependencies"
11
12
+ "rebaseWhen": "conflicted"
13
+}
0 commit comments