We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d334c93 + 0706945 commit 5c0df52Copy full SHA for 5c0df52
2 files changed
.pre-commit-config.yaml
@@ -22,5 +22,6 @@ repos:
22
files: |
23
(?x)(
24
(^|/).?renovate(?:rc)?(?:\.json5?)?$|
25
- default.json
+ default.json|
26
+ copier.json
27
)$
copier.json
@@ -0,0 +1,18 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "description": "Copier preset for use with Saltstack Formulas' repos",
4
+ "enabledManagers": [
5
+ "copier"
6
+ ],
7
+ "packageRules": [
8
+ {
9
+ "matchManagers": [
10
11
12
+ "description": "Limit branch creation to once a month",
13
+ "extends": [
14
+ "schedule:monthly"
15
+ ]
16
+ }
17
18
+}
0 commit comments