From 2b5c07a46c83336fcdfea770e02e6337ed907725 Mon Sep 17 00:00:00 2001 From: acidicMercury8 Date: Sun, 23 Jun 2024 22:57:23 +0300 Subject: [PATCH] And Dependabot config --- .github/dependabot.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bc35b44 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,31 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + target-branch: default + groups: + actions-minor: + update-types: + - minor + - patch + ignore: + - dependency-name: 'imesense/gha-echo-action*' + + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + target-branch: "develop" + groups: + npm-development: + dependency-type: development + update-types: + - minor + - patch + npm-production: + dependency-type: production + update-types: + - patch