Skip to content

Commit 84170f4

Browse files
committed
fix(deps): Switch from Dependabot to Renovate for dependency updates
Removed Dependabot configuration and added Renovate config file. Updated .gitignore to allow tracking of renovate.json. This change migrates automated dependency management to Renovate for improved flexibility and dashboard features.
1 parent 8c00456 commit 84170f4

File tree

3 files changed

+9
-31
lines changed

3 files changed

+9
-31
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ cython_debug/
159159

160160
# Custom
161161
*.json
162+
!renovate.json
162163
*.egg-info
163164
.venv/
164165
docs/_build

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>Pycord-Development/renovate-config",
5+
":semanticPrefixFixDepsChoreOthers",
6+
":dependencyDashboard"
7+
]
8+
}

0 commit comments

Comments
 (0)