diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2390d8c80..0b02ad73a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: "*"