Compare commits
5 commits
645810e88f
...
0bb2801e98
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0bb2801e98 | ||
| 32fafad196 | |||
| ddee222f86 | |||
| 41634711fe | |||
| cf18d304ee |
2 changed files with 13 additions and 1 deletions
|
|
@ -72,6 +72,9 @@ trigger:
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
- custom
|
- custom
|
||||||
|
- push
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "asdf tool versions",
|
"groupName": "asdf tool versions",
|
||||||
"description": "Keep in mind that Renovate currently does not support updating PostgreSQL via asdf.",
|
|
||||||
"matchFileNames": [".tool-versions"]
|
"matchFileNames": [".tool-versions"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "postgres",
|
||||||
|
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
|
||||||
|
"matchDepNames": ["postgres"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": [".tool-versions"],
|
||||||
|
"matchPackageNames": ["elixir"],
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue