diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ca5cc4b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,51 @@ +version: 2 + +updates: + # Docusaurus + npm deps + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "09:00" + # wait 7 days for stability + cooldown: + default-days: 7 + groups: + docusaurus: + patterns: + - "@docusaurus/*" + react: + patterns: + - "react*" + others: + patterns: + - "*" + open-pull-requests-limit: 5 + labels: + - "dependencies" + + # GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "09:00" + # wait 7 days for stability + cooldown: + default-days: 7 + groups: + gha-dependencies: + patterns: + - "*" + # Optional: exclude major versions so we can review these + # update-types: + # - "minor" + # - "patch" + + open-pull-requests-limit: 5 + labels: + - "dependencies" + + diff --git a/package-lock.json b/package-lock.json index 4888ddc..7a1933d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12385,10 +12385,11 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", - "dev": true + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", + "dev": true, + "license": "MIT" }, "node_modules/lodash.camelcase": { "version": "4.3.0",