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 853cad2 commit 21ca29dCopy full SHA for 21ca29d
.github/renovate.json
@@ -0,0 +1,13 @@
1
+{
2
+ "dependencyDashboard": false,
3
+ "lockFileMaintenance": {
4
+ "enabled": true,
5
+ "schedule": ["* 3-4 * * *"],
6
+ "automerge": true
7
+ },
8
+ "packageRules": [
9
+ {
10
+ "enabled": false
11
+ }
12
+ ]
13
+}
.github/workflows/test.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- master
+ - "renovate/**"
pull_request:
workflow_dispatch:
schedule:
0 commit comments