Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Robonor <robs@apexsecurityint.com>
  • Loading branch information
rfc391 authored Jan 8, 2025
1 parent 45e92c1 commit 1047e67
Showing 1 changed file with 23 additions and 128 deletions.
151 changes: 23 additions & 128 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,150 +1,45 @@

version: 2
updates:
- package-ecosystem: "bundler"
directories:
- "/updater"
- "/"
schedule:
interval: "daily"
time: "16:00"
groups:
sorbet:
patterns:
- "*-sorbet"
- "sorbet-*"
- "sorbet"
- "tapioca"
aws-sdk:
patterns:
- "aws-sdk-*"
prod-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

# Watch the per-ecosystem native helpers
- package-ecosystem: "composer"
directories:
- "/composer/helpers/v2"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
time: "16:00"
groups:
prod-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
- package-ecosystem: "devcontainers"
target-branch: "develop"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "16:00"
target-branch: "develop"

- package-ecosystem: "docker"
directories:
- "/"
- "/go_modules"
- "/cargo"
schedule:
interval: "daily"
time: "16:00"
- package-ecosystem: "github-actions"
directory: "/"
directory: "/build"
schedule:
interval: "daily"
time: "16:00"
groups:
all-actions:
patterns: [ "*" ]
target-branch: "develop"

- package-ecosystem: "gomod"
directory: "/go_modules/helpers"
directory: "/build"
schedule:
interval: "daily"
time: "16:00"
- package-ecosystem: "mix"
directory: "/hex/helpers"
target-branch: "develop"

- package-ecosystem: "maven"
directory: "/build"
schedule:
interval: "daily"
time: "16:00"
target-branch: "develop"

- package-ecosystem: "npm"
directory: "/npm_and_yarn/helpers"
directory: "/build"
schedule:
interval: "daily"
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" ]
target-branch: "develop"

- package-ecosystem: "pip"
directory: "/python/helpers"
schedule:
interval: "daily"
time: "16:00"
groups:
common:
patterns:
- pip
- cython
- flake8
poetry:
patterns:
- poetry
- hashin
pip-tools:
patterns:
- pip-tools
pipenv:
patterns:
- pipfile
- pipenv
- package-ecosystem: "pub"
directory: "/pub/helpers"
schedule:
interval: "daily"
time: "16:00"
- package-ecosystem: "nuget"
directory: "/nuget/helpers/lib/NuGetUpdater"
schedule:
interval: "daily"
time: "16:00"
- package-ecosystem: "dotnet-sdk"
directory: "/nuget/helpers/lib/NuGetUpdater"
schedule:
interval: "daily"
time: "16:00"
- package-ecosystem: "gitsubmodule"
directory: "/"
directory: "/build/python"
schedule:
interval: "daily"
time: "16:00"
target-branch: "develop"

0 comments on commit 1047e67

Please sign in to comment.