Skip to content

Commit

Permalink
ci/fix: migrate to renovate to update pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Oct 5, 2024
1 parent 9b204e4 commit d0d120f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 36 deletions.
22 changes: 0 additions & 22 deletions .github/dependabot.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"automerge": true,
"automergeStrategy": "squash",
"rangeStrategy": "bump",
"schedule": "before 6pm",
"timezone": "Asia/Singapore",
"groupName": "all dependencies",
"groupSlug": "all",
"ignoreUnstable": false,
"lockFileMaintenance": {
"enabled": false
},
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackagePatterns": "*"
}
],
"nuget": {
"registryUrls": ["https://nuget.bepinex.dev/v3/index.json"]
},
"separateMajorMinor": false
}
14 changes: 0 additions & 14 deletions .github/workflows/dependabot.yml

This file was deleted.

0 comments on commit d0d120f

Please sign in to comment.