Skip to content

Commit

Permalink
🤖 Switched from Dependabot to Renovate
Browse files Browse the repository at this point in the history
Removed Dependabot configuration files and added Renovate configuration due to better handling of updates. This transition from Dependabot to Renovate aims to ensure smooth package updates management. Auto-merge is set for minor updates, contributing to a more automated, efficient workflow.
  • Loading branch information
CXwudi committed Nov 29, 2023
1 parent 0eafe6e commit 2772967
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 32 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/dependabot auto-merge enable.yml

This file was deleted.

10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":automergeMinor",
":automergeBranch"
],
"commitMessageAction": "⬆ upgrade",
"timezone": "America/Toronto"
}

0 comments on commit 2772967

Please sign in to comment.