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 b3ef6a7 commit 62f0a4eCopy full SHA for 62f0a4e
.github/renovate.json
@@ -1,8 +1,15 @@
1
{
2
"python": {
3
"enabled": true
4
- },
+ },
5
"fileMatch": [
6
- "(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)$"
+ "(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)$"
7
+ ],
8
+ "packageRules": [
9
+ {
10
+ "matchBaseBranches": ["main"],
11
+ "matchManagers": ["pip_requirements"],
12
+ "separateMinorPatch": true
13
+ }
14
]
- }
15
+}
.github/workflows/renovate.yml
@@ -16,4 +16,8 @@ jobs:
16
- name: Self-hosted Renovate
17
uses: renovatebot/[email protected]
18
with:
19
- token: ${{ secrets.RENOVATE_TOKEN }}
+ configurationFile: .github/renovate.json
20
+ token: ${{ secrets.RENOVATE_TOKEN }}
21
+ env:
22
+ RENOVATE_REPOSITORIES: ${{ github.repository }}
23
+ RENOVATE_ONBOARDING: "false"
0 commit comments