Skip to content

Commit

Permalink
Merge pull request #1516 from mozmeao/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Upgrade to GitHub-native Dependabot
  • Loading branch information
stevejalim committed Dec 6, 2021
2 parents 02a0fba + e755f1c commit 170e051
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
labels:
- ":snake: Python / Django"
ignore:
- dependency-name: django
versions:
- ">= 3.a, < 4"
- dependency-name: sphinx
versions:
- ">= 3.a, < 4"

0 comments on commit 170e051

Please sign in to comment.