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