Skip to content

Commit 05b7fb1

Browse files
authored
Merge pull request #1284 from rackerlabs/renovate-disable-python
chore(renovate): don't create bump PRs for Python
2 parents d0739a8 + cba9a77 commit 05b7fb1

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)