Skip to content

Commit

Permalink
fix: add renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored Apr 15, 2024
1 parent 6802d4d commit 447176b
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 82 deletions.
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

15 changes: 1 addition & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,4 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install --legacy-peer-deps

automerge:
name: Dependabot Auto-Merge
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ github.token }}
target: minor
- run: npm install --legacy-peer-deps
14 changes: 0 additions & 14 deletions .mergify.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .snyk

This file was deleted.

19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

29 changes: 28 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,32 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"commitMessagePrefix": "fix",
"commitMessageAction": "bump",
"commitMessageExtra": "to {{newValue}}",
"commitMessageTopic": "{{depName}}",
"dependencyDashboard": true,
"rebaseWhen": "conflicted",
"ignoreDeps": [],
"labels": [
"dependencies"
],
"prConcurrentLimit": 30,
"prHourlyLimit": 0,
"packageRules": [
{
"updateTypes": [
"minor",
"patch"
],
"automerge": true
}
],
"timezone": "UTC",
"schedule": [
"after 10pm every weekday",
"before 5am every weekday",
"every weekend"
]
}
}

0 comments on commit 447176b

Please sign in to comment.