Skip to content

Commit

Permalink
fix: Update renovate config (#310)
Browse files Browse the repository at this point in the history
- Enable Automerge
- disable dependency dashboard

Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus authored Nov 27, 2023
1 parent 8a5815f commit db1e793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
":disableDependencyDashboard",
"schedule:automergeEarlyMondays"
]
}

0 comments on commit db1e793

Please sign in to comment.