We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f91aca commit 0c2d2ffCopy full SHA for 0c2d2ff
renovate.json
@@ -0,0 +1,20 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended",
5
+ ":gitSignOff",
6
+ ":semanticCommitType(chore)",
7
+ ":labels(automated,no-issue)",
8
+ "customManagers:githubActionsVersions",
9
+ ":automergeMinor",
10
+ ":automergeDigest",
11
+ "helpers:pinGitHubActionDigests"
12
+ ],
13
+ "enabled": true,
14
+ "prConcurrentLimit": 5,
15
+ "lockFileMaintenance": {
16
+ "enabled": true
17
+ },
18
+ "semanticCommits": "enabled",
19
+ "commitBodyTable": true
20
+}
0 commit comments