1 changed files with 69 additions and 0 deletions
@ -0,0 +1,69 @@ |
|||||||
|
# To get started with Dependabot version updates, you'll need to specify which |
||||||
|
# package ecosystems to update and where the package manifests are located. |
||||||
|
# Please see the documentation for all configuration options: |
||||||
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates |
||||||
|
# borrowed from https://github.com/dependabot/dependabot-core/blob/main/.github/dependabot.yml |
||||||
|
|
||||||
|
version: 2 |
||||||
|
updates: |
||||||
|
- package-ecosystem: "bundler" |
||||||
|
directory: "/" |
||||||
|
schedule: |
||||||
|
interval: "daily" |
||||||
|
groups: |
||||||
|
dev-dependencies: |
||||||
|
dependency-type: "development" |
||||||
|
update-types: |
||||||
|
- "minor" |
||||||
|
- "patch" |
||||||
|
- package-ecosystem: "composer" |
||||||
|
directory: "/" |
||||||
|
schedule: |
||||||
|
interval: "daily" |
||||||
|
groups: |
||||||
|
dev-dependencies: |
||||||
|
dependency-type: "development" |
||||||
|
update-types: |
||||||
|
- "minor" |
||||||
|
- "patch" |
||||||
|
- package-ecosystem: "docker" |
||||||
|
directory: "/" |
||||||
|
schedule: |
||||||
|
interval: "daily" |
||||||
|
- package-ecosystem: "github-actions" |
||||||
|
directory: "/" |
||||||
|
schedule: |
||||||
|
interval: "daily" |
||||||
|
- package-ecosystem: "gomod" |
||||||
|
directory: "/" |
||||||
|
schedule: |
||||||
|
interval: "daily" |
||||||
|
- package-ecosystem: "mix" |
||||||
|
directory: "/" |
||||||
|
schedule: |
||||||
|
interval: "daily" |
||||||
|
- package-ecosystem: "npm" |
||||||
|
directory: "/" |
||||||
|
schedule: |
||||||
|
interval: "daily" |
||||||
|
groups: |
||||||
|
dev-dependencies: |
||||||
|
dependency-type: "development" |
||||||
|
update-types: |
||||||
|
- "minor" |
||||||
|
- "patch" |
||||||
|
ignore: |
||||||
|
- dependency-name: "npm" |
||||||
|
update-types: ["version-update:semver-major"] |
||||||
|
- package-ecosystem: "pip" |
||||||
|
directory: "/" |
||||||
|
schedule: |
||||||
|
interval: "daily" |
||||||
|
- package-ecosystem: "pub" |
||||||
|
directory: "/" |
||||||
|
schedule: |
||||||
|
interval: "daily" |
||||||
|
- package-ecosystem: "nuget" |
||||||
|
directory: "/" |
||||||
|
schedule: |
||||||
|
interval: "daily" |
||||||
Loading…
Reference in new issue