Skip to content

Commit 5804776

Browse files
committed
chore(renovate): merge devbox changes without a PR
1 parent 84e719e commit 5804776

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
"github>rackerlabs/understack//.github/renovate/default",
66
"github>rackerlabs/understack//.github/renovate/nautobot"
77
],
8+
"packageRules": [
9+
{
10+
"matchManagers": ["devbox"],
11+
"automerge": true,
12+
"automergeType": "branch"
13+
}
14+
],
815
"customManagers": [
916
{
1017
"customType": "regex",

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
files: '^python/understack-workflows/'
6363
args: ["-C", "python/understack-workflows", "--no-update"]
6464
- repo: https://github.com/renovatebot/pre-commit-hooks
65-
rev: 38.114.0
65+
rev: 39.174.0
6666
hooks:
6767
- id: renovate-config-validator
6868
- repo: https://github.com/RobertCraigie/pyright-python

0 commit comments

Comments
 (0)