chore(renovate): allow post upgrade command
This commit is contained in:
parent
f5d39e61d8
commit
d9804fe227
4 changed files with 7 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
],
|
],
|
||||||
"description": "Tiny Go webserver that prints OS information and HTTP request to output.",
|
"description": "Tiny Go webserver that prints OS information and HTTP request to output.",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "v1.11.0",
|
"version": "v1.10.0",
|
||||||
"source": "https://github.com/traefik/whoami",
|
"source": "https://github.com/traefik/whoami",
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"supported_architectures": [
|
"supported_architectures": [
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"name": "whoami",
|
"name": "whoami",
|
||||||
"image": "traefik/whoami:v1.11.0",
|
"image": "traefik/whoami:v1.10.0",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": "80"
|
"internalPort": "80"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
3
config.js
Normal file
3
config.js
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
module.exports = {
|
||||||
|
allowedPostUpgradeCommands: ["bun .github/scripts/update-config.ts"],
|
||||||
|
};
|
||||||
|
|
@ -28,13 +28,13 @@
|
||||||
"pin",
|
"pin",
|
||||||
"digest"
|
"digest"
|
||||||
],
|
],
|
||||||
"automerge": true
|
"automerge": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDepTypes": [
|
"matchDepTypes": [
|
||||||
"devDependencies"
|
"devDependencies"
|
||||||
],
|
],
|
||||||
"automerge": true
|
"automerge": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue