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.
1 parent 93758e2 commit d02c685Copy full SHA for d02c685
.github/renovate.json
@@ -1,18 +1,8 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base",
5
- ":enablePreCommit",
6
- ":prConcurrentLimit20",
7
- ":preserveSemverRanges",
8
- ":semanticPrefixChore"
+ "github>scop/common",
9
],
10
- "ignorePresets": [
11
- ":dependencyDashboard",
12
- ":semanticPrefixFixDepsChoreOthers"
13
- ],
14
- "semanticCommits": "enabled",
15
- "commitMessageTopic": "{{depName}}",
16
"pip_requirements": {
17
"fileMatch": ["(^|/)requirements[\\w-]*\\.txt$"]
18
},
0 commit comments