diff --git a/.drone.yml b/.drone.yml index b9fa96e..bb82576 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,6 +72,9 @@ trigger: event: - cron - custom + - push + branch: + - main environment: LOG_LEVEL: debug diff --git a/renovate.json b/renovate.json index 316f0a8..3b89620 100644 --- a/renovate.json +++ b/renovate.json @@ -8,8 +8,17 @@ }, { "groupName": "asdf tool versions", - "description": "Keep in mind that Renovate currently does not support updating PostgreSQL via asdf.", "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 } ] }