mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
- drop eol django 3.2 4.0 4.1 - drop eol python 3.7 - drop untested PyPy support - prepare python 3.12 test - update GH action dependencies - add dependabot to maintain GH action dependencies
18 lines
590 B
YAML
18 lines
590 B
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# package ecosystems to update and where the package manifests are located.
|
|
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
commit-message:
|
|
prefix: "chore(ci): "
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
open-pull-requests-limit: 1
|