diff --git a/.github/renovate.json b/.github/renovate.json index 626550190..6c5e21323 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,14 +5,25 @@ "github>rackerlabs/understack//.github/renovate/default", "github>rackerlabs/understack//.github/renovate/nautobot" ], + "packageRules": [ + { + "matchManagers": [ + "devbox" + ], + "automerge": true, + "automergeType": "branch" + } + ], "customManagers": [ { - "fileMatch": ["app/appsets/openstack.yaml"], + "customType": "regex", + "fileMatch": [ + "app/appsets/openstack.yaml$" + ], "matchStrings": [ - "- component: (?.+)\\n\\s+repoURL: (?.+)\\n\\s+chartVersion: (?.+)" + "\\s- component: (?.+)\\n\\s+repoURL: (?.+)\\n\\s+chartVersion: (?.+)\\s" ], - "datasourceTemplate": "helm", - "versioningTemplate": "helm" + "datasourceTemplate": "helm" } ] } diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 194e88a5f..06eb80ce5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: files: '^python/understack-workflows/' args: ["-C", "python/understack-workflows", "--no-update"] - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.114.0 + rev: 39.174.0 hooks: - id: renovate-config-validator - repo: https://github.com/RobertCraigie/pyright-python