Files
notifications-api/.github/dependabot.yml
Alex Janousek 7e573e1a6d Important downgrade to enable text message send again (#1953)
* Revert gevent to 25.5.1

* Add Dependabot ignore rule for gevent 25.8+

* Added dependabot rule
2025-09-02 10:26:58 -04:00

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"]