From 5f3333d89af53c76528253553facbe2aeb23b889 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 18:19:03 +0200 Subject: [PATCH 1/3] Add dependabot.yml to reduce manual work --- .github/dependabot.yml | 19 +++++++++++++++++++ .gitignore | 1 + 2 files changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..e30c75b141e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 5 + versioning-strategy: increase + - package-ecosystem: "npm" + directory: "/stackgl_modules" + schedule: + interval: "daily" + open-pull-requests-limit: 5 + versioning-strategy: increase \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3a3a1a0c98b..8cd1e622482 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ npm-debug.log* tags .* +!.github !.circleci !.gitignore !.npmignore From 00ac24b42da903b5b62f38ae34cc08485c6a5f8f Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 18:20:28 +0200 Subject: [PATCH 2/3] reduce limit --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e30c75b141e..64b60d5baaf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,14 +6,14 @@ version: 2 updates: - package-ecosystem: "npm" - directory: "/" + directory: "/" schedule: interval: "daily" - open-pull-requests-limit: 5 + open-pull-requests-limit: 1 versioning-strategy: increase - package-ecosystem: "npm" directory: "/stackgl_modules" schedule: interval: "daily" - open-pull-requests-limit: 5 + open-pull-requests-limit: 1 versioning-strategy: increase \ No newline at end of file From 92730bef3b59709dd98d76bb82e47237c1112763 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 18:26:26 +0200 Subject: [PATCH 3/3] lint --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64b60d5baaf..0e4b9bfb625 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "npm" - directory: "/" + directory: "/" schedule: interval: "daily" open-pull-requests-limit: 1