Compare commits
1 Commits
master
...
4aae0a51a7
| Author | SHA1 | Date | |
|---|---|---|---|
| 4aae0a51a7 |
@@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Parse Caddy version
|
- name: Parse Caddy version
|
||||||
id: version
|
id: version
|
||||||
run: echo "version=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+' ./Dockerfile | head -1 | cut -d ':' -f2)" | tee -a $GITEA_OUTPUT
|
run: echo "version=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' ./Dockerfile | cut -d ':' -f2)" | tee -a $GITEA_OUTPUT
|
||||||
|
|
||||||
- name: Generate Docker metadata
|
- name: Generate Docker metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
@@ -7,11 +7,12 @@
|
|||||||
"labels": ["renovate"],
|
"labels": ["renovate"],
|
||||||
"configMigration": true,
|
"configMigration": true,
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
"packageRules": [
|
"docker-compose": {
|
||||||
|
"hostRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["*"],
|
"matchHost": "docker.io",
|
||||||
"groupName": "all dependencies",
|
"concurrentRequestLimit": 2
|
||||||
"groupSlug": "all-deps"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user