Skip to content

Commit cba9a77

Browse files
committed
chore(renovate): don't create bump PRs for Python
We're not really controlling the version of Python we're using separately since we use the OS containers for OpenStack so don't bother creating PRs to bump the version of Python since we'll want to stick with what we have.
1 parent 731b742 commit cba9a77

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"matchDatasources": ["golang-version"],
3030
"groupName": "Go",
3131
"commitMessageTopic": "Go"
32+
},
33+
{
34+
"enabled": false,
35+
"matchPackageNames": ["python"],
36+
"matchUpdateTypes": ["major", "minor"]
3237
}
3338
],
3439
"customManagers": [

.github/renovate/default.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
":approveMajorUpdates",
1010
"github>rackerlabs/understack//.github/renovate/automergeGitHubActions",
1111
"github>rackerlabs/understack//.github/renovate/precommit",
12-
"github>rackerlabs/understack//.github/renovate/pythonMinorApprove",
1312
":maintainLockFilesMonthly",
1413
":automergeDigest"
1514
]

.github/renovate/pythonMinorApprove.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)