diff --git a/.github/renovate.json b/.github/renovate.json index af04a46..6eea32f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,10 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>Boshen/renovate"], - "packageRules": [ - { - "groupName": "rust crates", - "matchManagers": ["cargo"] - } - ] + "extends": ["github>Boshen/renovate"] } diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 88ba7a7..36b5e04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,10 +1,11 @@ on: - push: + pull_request: branches: - main - pull_request: + push: branches: - main + - "renovate/**" name: tests env: