Skip to content

Commit

Permalink
feat: updated Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Nov 25, 2024
1 parent dfbeb97 commit dd26bff
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
22 changes: 22 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "group:all", "after 8am every weekday", "npm:unpublishSafe"],
"enabledManagers": ["npm", "github-actions"],
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"enabled": false
},
{
"matchManagers": ["npm"],
"minimumReleaseAge": "2 days",
"automerge": true
},
{
"automerge": true,
"matchPackageNames": ["/github-actions/"]
}
],
"timezone": "Europe/Helsinki",
"dependencyDashboard": true
}
21 changes: 0 additions & 21 deletions .github/renovate.json5

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tests
# this should run w cache now 3

on:
push:
branches:
Expand Down

0 comments on commit dd26bff

Please sign in to comment.