diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2ba89be9..281841f0 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,6 +1,9 @@ name: pull request on: + push: + branches: + - renovate/** pull_request: branches: [ master ] diff --git a/renovate.json b/renovate.json index 83a90f2a..e99389bd 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" - } - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>ydataai/renovate-config" + ] }