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.
2 parents b61a526 + 66aed63 commit 2f746a8Copy full SHA for 2f746a8
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout master
13
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v3
14
with:
15
fetch-depth: 0
16
renovate.json
@@ -0,0 +1,15 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:base",
5
+ ":gitSignOff"
6
+ ],
7
+ "dependencyDashboard": true,
8
+ "dependencyDashboardAutoclose": true,
9
+ "packageRules": [
+ {
+ "matchUpdateTypes": ["patch", "minor"],
+ "automerge": true
+ }
+ ]
+}
0 commit comments