Skip to content

Commit

Permalink
chore: update renovate settings (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored Mar 18, 2024
1 parent d2f0e6e commit 4fe0e6d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
jobs:
test:
name: "E2E tests"
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
15 changes: 10 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":automergeLinters"
],
"schedule": [
"after 9pm on sunday"
":automergeLinters",
":automergePatch",
":automergeTesters",
":automergeTypes",
":disableRateLimiting",
":widenPeerDependencies"
],
"lockFileMaintenance": {
"enabled": true,
},
"packageRules": [
{
"matchPackageNames": [
Expand All @@ -32,4 +37,4 @@
"rangeStrategy": "pin"
}
]
}
}

0 comments on commit 4fe0e6d

Please sign in to comment.