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:
|
||||
- name: renovate
|
||||
image: renovate/renovate:39.264
|
||||
image: renovate/renovate:40.22
|
||||
environment:
|
||||
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
||||
RENOVATE_TOKEN:
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@
|
|||
{
|
||||
"groupName": "postgres",
|
||||
"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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue