diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a8f6446..73905bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ name: 'Lint, Unit & Integration Tests' jobs: lint-unit: - uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main + uses: test-kitchen/.github/.github/workflows/lint-unit.yml@v0.1.1 integration: runs-on: ubuntu-latest diff --git a/renovate.json b/renovate.json index 5db72dd..b65764b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:recommended", + ":disableDependencyDashboard", + "schedule:automergeEarlyMondays" ] }