diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5302a07..3e72edff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - package-ecosystem: "pip" + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" schedule: interval: "daily" @@ -14,8 +16,10 @@ updates: dependency-type: "development" - package-ecosystem: "github-actions" + cooldown: + default-days: 10 # Fallback cooldown if no specific rule applies directory: "/" schedule: interval: "daily" labels: - - "maintenance" + - "maintenance" \ No newline at end of file diff --git a/doc/changelog.d/312.miscellaneous.md b/doc/changelog.d/312.miscellaneous.md new file mode 100644 index 00000000..94488ebe --- /dev/null +++ b/doc/changelog.d/312.miscellaneous.md @@ -0,0 +1 @@ +Chore: add dependabot cooldown settings