Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Sep 29, 2024
1 parent 8089576 commit 7b38af4
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 96 deletions.
24 changes: 0 additions & 24 deletions .github/dependabot.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"configMigration": true,
"dependencyDashboard": false,
"docker-compose": {
"enabled": true
},
"extends": ["config:recommended"],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchUpdateTypes": ["lockFileMaintenance", "patch", "pin"],
"automerge": true
}
],
"pre-commit": {
"enabled": true
},
"schedule": ["at any time"]
}
27 changes: 0 additions & 27 deletions .github/workflows/auto-merge.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/update-dependencies.yml

This file was deleted.

6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 7b38af4

Please sign in to comment.