mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(renovate): migrate to new config
This commit is contained in:
12
.github/workflows/renovate.yaml
vendored
12
.github/workflows/renovate.yaml
vendored
@@ -50,12 +50,12 @@ env:
|
||||
# central Renovate for whole user/org
|
||||
RENOVATE_AUTODISCOVER: true
|
||||
RENOVATE_AUTODISCOVER_FILTER: "${{ github.repository_owner }}/*" # this is to prevent forks from running Renovate against upstream repo
|
||||
# RENOVATE_INHERIT_CONFIG: true
|
||||
# RENOVATE_INHERIT_CONFIG_REPO_NAME: "${{ github.repository }}"
|
||||
# RENOVATE_INHERIT_CONFIG_FILE_NAME: ".renovaterc.json5"
|
||||
# # run on all repos without needing config
|
||||
# RENOVATE_ONBOARDING: false
|
||||
# RENOVATE_REQUIRE_CONFIG: "optional"
|
||||
RENOVATE_INHERIT_CONFIG: true
|
||||
RENOVATE_INHERIT_CONFIG_REPO_NAME: "${{ github.repository }}"
|
||||
RENOVATE_INHERIT_CONFIG_FILE_NAME: ".renovaterc.json5"
|
||||
# run on all repos without needing config
|
||||
RENOVATE_ONBOARDING: false
|
||||
RENOVATE_REQUIRE_CONFIG: "optional"
|
||||
# git user
|
||||
RENOVATE_USERNAME: "${{ secrets.BOT_USERNAME }}[bot]"
|
||||
RENOVATE_GIT_AUTHOR: "${{ secrets.BOT_USERNAME }} <${{ secrets.BOT_API_ID }}+${{ secrets.BOT_USERNAME }}[bot]@users.noreply.github.com>" # get $BOT_API_ID from `curl -s 'https://api.github.com/users/$(BOT_USERNAME)%5Bbot%5D' | yq .id`
|
||||
|
||||
@@ -39,9 +39,10 @@
|
||||
"kustomize": {
|
||||
"fileMatch": ["^kube/.+\\.ya?ml$"],
|
||||
},
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"description": "Process various other dependencies",
|
||||
"customType": "regex",
|
||||
// "fileMatch": ["^kube/.+\\.ya?ml$", "vyos/], // process regex from everywhere
|
||||
"fileMatch": [".*"], // process regex from everywhere
|
||||
"matchStrings": [
|
||||
|
||||
Reference in New Issue
Block a user