mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 14:12:27 -05:00
* Revert gevent to 25.5.1 * Add Dependabot ignore rule for gevent 25.8+ * Added dependabot rule
20 lines
763 B
YAML
20 lines
763 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: "pip" # See documentation for possible values
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "dependabot" # Custom label to identify Dependabot PRs
|
|
assignees:
|
|
- "alexjanousekGSA"
|
|
ignore:
|
|
# gevent 25.8+ breaks Celery/Kombu compatibility (potentially)
|
|
- dependency-name: "gevent"
|
|
versions: [">=25.8.0"]
|