Skip to content

Commit

Permalink
Merge pull request #423 from neutrinoceros/renovate_conf_2
Browse files Browse the repository at this point in the history
MNT: update renovate config and drop dependabot
  • Loading branch information
neutrinoceros authored Dec 31, 2024
2 parents 3aeb9d4 + 6004a2b commit 478ef56
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 47 deletions.
31 changes: 0 additions & 31 deletions .github/dependabot.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended"
],
labels: [
"dependencies",
],
schedule: [
// at 2 a.m. on the first day of the month
// note that the first slot (minutes) must be '*'
"* 2 1 * *",
],
lockFileMaintenance: {
enabled: true,
},
pep723: {
fileMatch: [
"scripts/*.py",
],
},
}
16 changes: 0 additions & 16 deletions renovate.json

This file was deleted.

0 comments on commit 478ef56

Please sign in to comment.