Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08ffd01063 | |||
| 302378139e | |||
| 646cefac1e | |||
| c9ca38f94f | |||
| dd36b80195 | |||
| 6ac771f3ee | |||
| 6a0898cefd | |||
| df1e6fb2b5 | |||
| a6b283ec17 | |||
| 6267114a05 |
@@ -11,7 +11,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:43.179.4
|
container: ghcr.io/renovatebot/renovate:43.191.2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended","local>gitea/renovate-config:workflow-deps"],
|
"extends": ["config:recommended","local>gitea/renovate-config:workflow-deps"],
|
||||||
|
"configMigration": true,
|
||||||
|
"minimumReleaseAge": "5 days",
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"automergeStrategy": "auto",
|
"automergeStrategy": "auto",
|
||||||
"platformAutomerge": false
|
"platformAutomerge": false
|
||||||
|
|||||||
+10
-1
@@ -4,12 +4,21 @@
|
|||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"postUpdateOptions": [
|
"postUpdateOptions": [
|
||||||
"gomodTidy"
|
"gomodTidy",
|
||||||
|
"gomodUpdateImportPaths"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "Go dependencies",
|
"groupName": "Go dependencies",
|
||||||
"matchManagers": ["gomod"]
|
"matchManagers": ["gomod"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Bump the toolchain directive immediately",
|
||||||
|
"matchManagers": ["gomod"],
|
||||||
|
"matchDepTypes": ["toolchain"],
|
||||||
|
"rangeStrategy": "bump",
|
||||||
|
"schedule": ["at any time"],
|
||||||
|
"minimumReleaseAge": "0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
"npm": {
|
"npm": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
"postUpdateOptions": [
|
||||||
|
"pnpmDedupe"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "npm dependencies",
|
"groupName": "npm dependencies",
|
||||||
|
|||||||
Reference in New Issue
Block a user