Skip to content

Commit 64dce12

Browse files
authored
Merge pull request #76 from dafyddj/ci/copier-preset
ci(renovate): extend from `saltstack-formulas` Copier preset;remove rest
2 parents 61b4ca6 + 86909c7 commit 64dce12

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,7 @@
11
{
22
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3-
enabledManagers: [
4-
'copier',
5-
'git-submodules',
6-
],
73
extends: [
8-
'config:recommended',
94
'github>saltstack-formulas/.github',
10-
],
11-
automergeStrategy: 'merge-commit',
12-
'git-submodules': {
13-
'enabled': true
14-
},
15-
packageRules: [
16-
{
17-
matchFileNames: [
18-
'template/**'
19-
],
20-
semanticCommitType: 'fix',
21-
},
22-
{
23-
automerge: true,
24-
matchManagers: [
25-
'git-submodules'
26-
],
27-
},
5+
'github>saltstack-formulas/.github:copier',
286
],
297
}

0 commit comments

Comments
 (0)