Skip to content

Commit

Permalink
Merge pull request #911 from globus/suppress-dependabot-mindeps-updates
Browse files Browse the repository at this point in the history
Disable Dependabot updates to requirements files used for testing
  • Loading branch information
kurtmckee authored Dec 1, 2023
2 parents 01970a1 + f6a1a45 commit cb89f9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ updates:
github-actions:
patterns:
- "*"

# Prevent updates of requirements files used only for testing.
- package-ecosystem: "pip"
directory: "/requirements/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"

0 comments on commit cb89f9a

Please sign in to comment.