Compare commits
3 commits
133a4c0536
...
5c895661e2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c895661e2 | ||
|
|
0d33f1baf7 | ||
| aeb9cb8e29 |
2 changed files with 3 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ environment:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
image: renovate/renovate:39.264
|
image: renovate/renovate:40.22
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,8 @@
|
||||||
{
|
{
|
||||||
"groupName": "postgres",
|
"groupName": "postgres",
|
||||||
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
|
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
|
||||||
"matchPackageNames": ["**postgres**"]
|
"matchPackageNames": ["postgres", "docker.io/library/postgres"],
|
||||||
|
"matchDatasources": ["docker"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [".tool-versions", "Dockerfile"],
|
"matchFileNames": [".tool-versions", "Dockerfile"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue