File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "fileMatch" : [
3
- " (^|/)[\\ w-]*requirements(-\\ w+)?\\ .(txt|pip)$"
2
+ "python" : {
3
+ "enabled" : true
4
+ },
5
+ "packageRules" : [
6
+ {
7
+ "packagePatterns" : [" requirements.txt" ],
8
+ "matchBaseBranches" : [" main" ],
9
+ "matchManagers" : [" pip_requirements" ],
10
+ "separateMinorPatch" : true
11
+ }
4
12
]
5
- }
13
+ }
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Renovate
2
2
3
3
on :
4
4
push :
5
- branches : [ "main " ]
5
+ branches : [ "feat/renovate " ]
6
6
pull_request :
7
- branches : [ "main " ]
7
+ branches : [ "feat/renovate " ]
8
8
workflow_dispatch :
9
9
10
10
jobs :
16
16
- name : Self-hosted Renovate
17
17
uses :
renovatebot/[email protected]
18
18
with :
19
- token : ${{ secrets.RENOVATE_TOKEN }}
19
+ configurationFile : .github/renovate.json
20
+ token : ${{ secrets.RENOVATE_TOKEN }}
21
+ env :
22
+ RENOVATE_REPOSITORIES : ${{ github.repository }}
23
+ RENOVATE_ONBOARDING : " false"
You can’t perform that action at this time.
0 commit comments