diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 70ef9b6..1323fa9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -3,6 +3,9 @@ name: Pull Request on: + push: + branches: + - renovate/** pull_request: branches: - main diff --git a/renovate.json b/renovate.json index 55ae303..e99389b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,11 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], - "packageRules": [ - { - "matchManagers": ["github-actions"], - "semanticCommitType": "chore", - "semanticCommitScope": "actions" - } + "extends": [ + "github>ydataai/renovate-config" ] }