Skip to content

Commit

Permalink
story(issue-309): deps migrate from dependabot to renovatebot (#310)
Browse files Browse the repository at this point in the history
* deps(issue-309): delete dependabot config

* deps(issue-309): add renovate config
  • Loading branch information
Zaba505 authored Oct 15, 2024
1 parent a7caee3 commit 0e1fd12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
"config:best-practices"
],
"osvVulnerabilityAlerts": true,
"schedule": ["before 4am"],
"baseBranches": ["main"],
"labels": ["dependencies"]
}

0 comments on commit 0e1fd12

Please sign in to comment.