From 247df9dc879631a95c901ae873100b11b1282754 Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Sun, 25 Feb 2024 13:07:25 +0530 Subject: [PATCH 1/3] chore: add dependabot version updates --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..55887d3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# 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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + ignore: + # For all packages, ignore all patch updates + - dependency-name: "*" + update-types: ["version-update:semver-major"] From 080c57d6ec6438a1675a0e35340d0aa0fa7d85ca Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Mon, 8 Apr 2024 16:40:23 +0530 Subject: [PATCH 2/3] chore: update dependabot versions --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55887d3..a6e38df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,3 @@ -# 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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values @@ -13,3 +8,8 @@ updates: # For all packages, ignore all patch updates - dependency-name: "*" update-types: ["version-update:semver-major"] + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" From e411ea4ee6da4d63d9ba9877c71bc6d2cbb7fc6b Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Thu, 11 Apr 2024 09:31:25 +0530 Subject: [PATCH 3/3] chore: update dependabot version action --- .github/dependabot.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a6e38df..fe3a155 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,18 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "npm" + directory: "/" schedule: - interval: "weekly" + interval: "daily" + open-pull-requests-limit: 10 ignore: - # For all packages, ignore all patch updates - dependency-name: "*" update-types: ["version-update:semver-major"] - + commit-message: + prefix: "chore" - package-ecosystem: "github-actions" directory: "/" + commit-message: + prefix: "chore" schedule: - interval: "daily" + interval: "monthly"