diff --git a/.drone.yml b/.drone.yml index bb82576..b9fa96e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,9 +72,6 @@ trigger: event: - cron - custom - - push - branch: - - main environment: LOG_LEVEL: debug diff --git a/renovate.json b/renovate.json index 3b89620..316f0a8 100644 --- a/renovate.json +++ b/renovate.json @@ -8,17 +8,8 @@ }, { "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 } ] }