diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..6cc6feb --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["local>Michsior14/.github:renovate-config"] +} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3932bb4..4f26bd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: CI -on: push +on: + push: + branches: [main] + pull_request: + branches: [main] jobs: lint: