diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a53b3a6c..a5dcb11c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,20 @@ updates: interval: "weekly" cooldown: default-days: 7 + - package-ecosystem: "npm" directory: "/" schedule: interval: "monthly" cooldown: default-days: 7 + groups: + react: + patterns: + - "react" + - "react-dom" + + testing-library: + patterns: + - "@testing-library/jest-dom" + - "@testing-library/dom" diff --git a/.github/pull_request_template b/.github/pull_request_template.md similarity index 93% rename from .github/pull_request_template rename to .github/pull_request_template.md index a3674817c..012ce7bb3 100644 --- a/.github/pull_request_template +++ b/.github/pull_request_template.md @@ -10,6 +10,8 @@ If this PR does not meet those guidelines it will not be accepted, and everyone will be sad. --> + + ## Proposed change