From c4e425c51fb3a4834db856005f5b722f20f8249e Mon Sep 17 00:00:00 2001 From: Fabiana Campanari <113218619+FabianaCampanari@users.noreply.github.com> Date: Fri, 12 Apr 2024 02:09:34 -0300 Subject: [PATCH] dependabot.yml Signed-off-by: Fabiana Campanari <113218619+FabianaCampanari@users.noreply.github.com> --- .github/dependabot.yml | 131 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5b196267 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,131 @@ +# Full Version Dependant +version: 2 + +updates: + - package-ecosystem: "bundler" + directory: "/updater" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + groups: + aws-sdk: + patterns: + - "aws-sdk-*" + dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" + + # Watch the per-ecosystem native helpers + - package-ecosystem: "composer" + directory: "/composer/helpers/v1" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + groups: + dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" + - package-ecosystem: "composer" + directory: "/composer/helpers/v2" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + groups: + dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + - package-ecosystem: "docker" + directory: "/go_modules" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + - package-ecosystem: "gomod" + directory: "/go_modules/helpers" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + - package-ecosystem: "mix" + directory: "/hex/helpers" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + - package-ecosystem: "npm" + directory: "/npm_and_yarn/helpers" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + groups: + npm-dependencies: + patterns: + - "@npmcli/arborist" + - "nock" + - "npm" + - "semver" + exclude-patterns: + - "detect-indent" # temp excluded due to https://github.com/dependabot/dependabot-core/pull/5683#issuecomment-1243468605 + yarn-dependencies: + patterns: + - "@dependabot/yarn-lib" + pnpm-dependencies: + patterns: + - "@pnpm/lockfile-file" + - "@pnpm/dependency-path" + dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" + ignore: + - dependency-name: "npm" + update-types: ["version-update:semver-major"] + - package-ecosystem: "pip" + directory: "/python/helpers" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + - package-ecosystem: "pub" + directory: "/pub/helpers" + schedule: + interval: "weekly" + day: "sunday" + time: "14:00" + + + + + + + + + + + + + +