Skip to content

Commit

Permalink
Add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuk committed Jul 23, 2024
1 parent 29d7336 commit 127e914
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
run: |
npm ci
npm run lint
npm audit --production
npm test
env:
CI: true
Expand Down
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"npm:unpublishSafe",
":maintainLockFilesWeekly",
":disableDependencyDashboard",
":automergeMinor",
":automergePr",
":automergeRequireAllStatusChecks"
],
"prHourlyLimit": 20,
"timezone": "Europe/Paris"
}

0 comments on commit 127e914

Please sign in to comment.