Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ADPC-LLC/Best-Tech
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre-ADPC committed Nov 15, 2024
2 parents f92f5eb + 83d090b commit 62cfef1
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 11 deletions.
147 changes: 144 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,152 @@
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# Real-life Ref File:
# https://github.com/dependabot/dependabot-core/blob/main/.github/dependabot.yml

version: 2
updates:
- package-ecosystem: "npm, cargo, composer, docker, github-actions, gomod, maven, npm, nuget, pip, " # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "bundler"
directories:
- "/updater"
- "/"
schedule:
interval: "weekly"

day: "sunday"
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/v1"
- "/composer/helpers/v2"
schedule:
interval: "weekly"
day: "sunday"
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"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "docker"
directories:
- "/"
- "/go_modules"
- "/cargo"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
groups:
all-actions:
patterns: [ "*" ]
- 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"
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: "weekly"
day: "sunday"
time: "16:00"
15 changes: 7 additions & 8 deletions benchmark-set/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62cfef1

Please sign in to comment.