Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,27 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
schedule:
interval: "weekly"
Comment on lines 8 to 11
cooldown:
default-days: 4
groups:
github-actions:
patterns:
- actions/*
mirageo-ci-tools:
patterns:
- MiraGeoscience/CI-tools/.github/actions/*
- MiraGeoscience/CI-tools/.github/workflows/*
- package-ecosystem: "pre-commit"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 4
#ignore:
# - dependency-name: "https://github.com/pre-commit/#mirrors-mypy"
groups:
pre-commit-hooks:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fail_fast: false
ci:
skip: [pylint]
autoupdate_branch: develop
autoupdate_schedule: monthly
autoupdate_schedule: quarterly

repos:
- repo: https://github.com/python-poetry/poetry
Expand Down
Loading