Skip to content

Commit

Permalink
chore: add Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Oct 16, 2024
1 parent 120b953 commit 84c8910
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- published

env:
# renovate: datasource=pypi depName=uv
UV_VERSION: "0.4.22"

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main

env:
# renovate: datasource=pypi depName=uv
UV_VERSION: "0.4.22"

jobs:
Expand Down
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":ignoreModulesAndTests",
":prConcurrentLimitNone",
":prHourlyLimitNone",
":semanticCommits",
":semanticCommitType(chore)",
"regexManagers:githubActionsVersions"
],
"labels": ["dependencies"],
"rangeStrategy": "replace",
"lockFileMaintenance": {
"enabled": true,
"schedule": "every 4 week between the 1 and 49 on Monday"
}
}

0 comments on commit 84c8910

Please sign in to comment.