mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Merge pull request 'chore(renovate): add labels and reviewer to renovate updates' (#4883) from viceice/chore/renovate into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4883 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
06d25815d3
1 changed files with 37 additions and 23 deletions
|
@ -86,8 +86,8 @@
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"ghcr.io/devcontainers/features/{/,}**",
|
"ghcr.io/devcontainers/features/**",
|
||||||
"ghcr.io/devcontainers-contrib/features/{/,}**"
|
"ghcr.io/devcontainers-contrib/features/**"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -111,22 +111,6 @@
|
||||||
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
|
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
|
||||||
"versioning": "node"
|
"versioning": "node"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "Automerge renovate updates",
|
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"matchPackageNames": [
|
|
||||||
"code.forgejo.org/forgejo-contrib/renovate",
|
|
||||||
"ghcr.io/visualon/renovate"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"minor",
|
|
||||||
"patch",
|
|
||||||
"digest"
|
|
||||||
],
|
|
||||||
"automerge": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "x/tools/* are used in the CI only and upgraded together",
|
"description": "x/tools/* are used in the CI only and upgraded together",
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
|
@ -166,6 +150,34 @@
|
||||||
],
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Automerge renovate updates",
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"code.forgejo.org/forgejo-contrib/renovate",
|
||||||
|
"ghcr.io/visualon/renovate"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Add reviewer and additional labels to renovate PRs",
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"code.forgejo.org/forgejo-contrib/renovate",
|
||||||
|
"ghcr.io/visualon/renovate"
|
||||||
|
],
|
||||||
|
"reviewers": ["viceice"],
|
||||||
|
"addLabels": ["forgejo/ci", "test/not-needed"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Update renovate with higher prio to come through rate limit",
|
"description": "Update renovate with higher prio to come through rate limit",
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
|
@ -179,6 +191,8 @@
|
||||||
"schedule:weekly"
|
"schedule:weekly"
|
||||||
],
|
],
|
||||||
"prPriority": 10,
|
"prPriority": 10,
|
||||||
|
"reviewers": ["viceice"],
|
||||||
|
"addLabels": ["forgejo/ci", "test/not-needed"],
|
||||||
"groupName": "renovate"
|
"groupName": "renovate"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -227,11 +241,11 @@
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"@eslint-community/{/,}**",
|
"@eslint-community/**",
|
||||||
"@playwright/{/,}**",
|
"@playwright/**",
|
||||||
"@stoplight/spectral-cli{/,}**",
|
"@stoplight/spectral-cli",
|
||||||
"@stylistic/{/,}**",
|
"@stylistic/**",
|
||||||
"mcr.microsoft.com/devcontainers/{/,}**"
|
"mcr.microsoft.com/devcontainers/**"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue