mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00
cleanup, add ci
This commit is contained in:
49
.github/dependabot.yml
vendored
Normal file
49
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
version: 2
|
||||
updates:
|
||||
# Monitor Rust dependencies in the main crate
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/crates/predict-otron-9000"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "09:00"
|
||||
timezone: "UTC"
|
||||
# Focus on security updates with higher priority
|
||||
open-pull-requests-limit: 10
|
||||
reviewers:
|
||||
- "security-team"
|
||||
assignees:
|
||||
- "maintainer"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "security"
|
||||
# Security updates get higher priority
|
||||
allow:
|
||||
- dependency-type: "all"
|
||||
# Group minor and patch updates to reduce noise
|
||||
# Separate major updates for careful review
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
commit-message:
|
||||
prefix: "deps"
|
||||
include: "scope"
|
||||
|
||||
# Monitor security updates more frequently
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/crates/predict-otron-9000"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# Only security updates in daily checks
|
||||
allow:
|
||||
- dependency-type: "direct"
|
||||
update-types: ["security"]
|
||||
- dependency-type: "indirect"
|
||||
update-types: ["security"]
|
||||
open-pull-requests-limit: 5
|
||||
labels:
|
||||
- "security-update"
|
||||
- "high-priority"
|
||||
commit-message:
|
||||
prefix: "security"
|
||||
include: "scope"
|
Reference in New Issue
Block a user