Skip to content

Commit 4f3bed0

Browse files
fix(ci): remove Dependabot config and minor Renovate config update (#1920)
This PR removes Dependabot config (as we use Renovate) and updates Renovate config with weekly schedule for `cargo` packages upgrade. ### Checklist <!-- Put an 'x' in all the boxes that apply --> - [ ] I have added tests to cover my changes or documented any manual tests. - [ ] I have updated the [documentation](https://github.com/open-edge-platform/datumaro/tree/develop/docs) accordingly Signed-off-by: Barabanov <[email protected]>
1 parent c2a2a13 commit 4f3bed0

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.github/dependabot.yml

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

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
matchManagers: ["pip_requirements"],
5151
},
5252

53+
{
54+
enabled: true,
55+
matchManagers: ["cargo"],
56+
schedule: ["* * * * 0"], // weekly
57+
},
58+
5359
// Disable derive_more major upgrades to prevent regressions
5460
// Will be enabled in a next step
5561
{

0 commit comments

Comments
 (0)