chore(renovate): update settings for latest version (#7329)
Some checks are pending
/ release (push) Waiting to run
testing / backend-checks (push) Has been skipped
testing / frontend-checks (push) Has been skipped
testing / test-unit (push) Has been skipped
testing / test-e2e (push) Has been skipped
testing / test-mysql (push) Has been skipped
testing / test-pgsql (push) Has been skipped
testing / test-sqlite (push) Has been skipped
testing / test-remote-cacher (redis) (push) Has been skipped
testing / test-remote-cacher (valkey) (push) Has been skipped
testing / test-remote-cacher (garnet) (push) Has been skipped
testing / test-remote-cacher (redict) (push) Has been skipped
testing / security-check (push) Has been skipped

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7329
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Michael Kriese 2025-03-25 08:39:26 +00:00 committed by Michael Kriese
parent 3593d995a9
commit 587044cba1

View file

@ -58,19 +58,6 @@
"ghcr.io/devcontainers-contrib/features/**"
]
},
{
"description": "Group nodejs packages",
"matchPackageNames": [
"code.forgejo.org/oci/node",
"data.forgejo.org/oci/node",
"docker.io/library/node",
"docker.io/node",
"node"
],
"groupName": "nodejs packages",
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
"versioning": "node"
},
{
"description": "x/tools/* are used in the CI only and upgraded together",
"matchUpdateTypes": ["minor", "patch", "digest"],
@ -116,7 +103,7 @@
"matchDatasources": ["docker"],
"matchPackageNames": ["data.forgejo.org/renovate/renovate"],
"reviewers": ["viceice"],
"addLabels": ["forgejo/ci", "test/not-needed"]
"addLabels": ["forgejo/ci"]
},
{
"description": "Disable renovate self-updates for release branches",
@ -167,14 +154,6 @@
}
],
"customManagers": [
{
"description": "Update node-version in forgejo workflows",
"customType": "regex",
"fileMatch": ["^.forgejo/workflows/.+\\.yml$"],
"matchStrings": ["\\s+node-version: ['\"]?(?<currentValue>.+?)['\"]?\\s"],
"depNameTemplate": "node",
"datasourceTemplate": "node-version"
},
{
"description": "Update deps inside Makefile",
"customType": "regex",