Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save andybroomfield/325e9baceba3e2565cf016ded5df2081 to your computer and use it in GitHub Desktop.

Select an option

Save andybroomfield/325e9baceba3e2565cf016ded5df2081 to your computer and use it in GitHub Desktop.
bhcclocalgov-dependabot.yml
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
versioning-strategy: lockfile-only
groups:
localgovdrupal-updates:
patterns:
- "localgovdrupal/*"
update-types:
- "minor"
- "patch"
vendor-dependancy-updates:
patterns:
- "*/*"
exclude-patterns:
- "drupal/*"
- "localgovdrupal/*"
update-types:
- "minor"
- "patch"
contrib-module-updates:
patterns:
- "drupal/*"
exclude-patterns:
- "drupal/core*"
update-types:
- "minor"
- "patch"
dependency-type: "production"
contrib-dev-module-updates:
patterns:
- "drupal/*"
exclude-patterns:
- "drupal/core*"
update-types:
- "minor"
- "patch"
dependency-type: "development"
drupal-core-patches:
patterns:
- "drupal/core*"
update-types:
- "patch"
ignore:
- dependency-name: "drupal/core*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "drupal/*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "07:00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment