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