Skip to content

Commit 2f746a8

Browse files
authored
Merge pull request #63 from dev-sec/renovate/configure
Configure Renovate
2 parents b61a526 + 66aed63 commit 2f746a8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout master
13-
uses: actions/checkout@v2.3.4
13+
uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
1616

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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": [
10+
{
11+
"matchUpdateTypes": ["patch", "minor"],
12+
"automerge": true
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)