mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
chore: improve Dependabot configuration
- Add specific schedule times (Mondays at 9:00 AM) - Add ignore rule for major version updates - Improve configuration comments
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
version: 2
|
||||
updates:
|
||||
# Python dependencies (pip/pyproject.toml)
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "09:00"
|
||||
open-pull-requests-limit: 10
|
||||
reviewers:
|
||||
- "Hawksight-AI"
|
||||
@@ -13,11 +16,18 @@ updates:
|
||||
commit-message:
|
||||
prefix: "deps"
|
||||
include: "scope"
|
||||
ignore:
|
||||
# Ignore major version updates (handle manually)
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
|
||||
# GitHub Actions dependencies
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
day: "monday"
|
||||
time: "09:00"
|
||||
open-pull-requests-limit: 5
|
||||
labels:
|
||||
- "dependencies"
|
||||
|
||||
Reference in New Issue
Block a user