Skip to content

Commit

Permalink
chore: remove Dependabot configuration and simplify Renovate settings (
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliadi authored Jan 13, 2025
1 parent 8e9e76c commit ba5e6ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

25 changes: 8 additions & 17 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"schedule": [
"on sunday"
],
"packageRules": [
{
"matchManagers": [
"github-actions"
],
"enabled": false
}
]
}

"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"schedule": [
"on sunday"
]
}

0 comments on commit ba5e6ed

Please sign in to comment.