Outdated CI and Renovate configurations have been removed, and a new Dependabot configuration file for dependency management has been added.

This commit is contained in:
2025-01-24 20:49:24 +04:00
parent 3d2e970225
commit 0dc37e9604
7 changed files with 21 additions and 53 deletions

14
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "weekly"