Skip to content

Commit 62f0a4e

Browse files
testing renovate
1 parent b3ef6a7 commit 62f0a4e

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.github/renovate.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
22
"python": {
33
"enabled": true
4-
},
4+
},
55
"fileMatch": [
6-
"(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)$"
6+
"(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)$"
7+
],
8+
"packageRules": [
9+
{
10+
"matchBaseBranches": ["main"],
11+
"matchManagers": ["pip_requirements"],
12+
"separateMinorPatch": true
13+
}
714
]
8-
}
15+
}

.github/workflows/renovate.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ jobs:
1616
- name: Self-hosted Renovate
1717
uses: renovatebot/[email protected]
1818
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"

0 commit comments

Comments
 (0)