Created
May 15, 2025 14:30
-
-
Save andybroomfield/325e9baceba3e2565cf016ded5df2081 to your computer and use it in GitHub Desktop.
bhcclocalgov-dependabot.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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