Skip to content

Commit

Permalink
Dependabot Konfiguration mit zwei Varianten für Bundler (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbennke authored Dec 17, 2024
1 parent 294330a commit 66402c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
versioning-strategy: "lockfile-only"
versioning-strategy: lockfile-only
ignore:
- dependency-name: "bootstrap"
versions: [">= 5.2", "< 6"]
Expand All @@ -15,13 +15,17 @@ updates:

- package-ecosystem: "bundler"
directory: "/"
target-branch: master # additional config for bundler, see https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
schedule:
interval: "monthly"
versioning-strategy: increase-if-necessary
labels:
- "manually"
ignore:
- dependency-name: "bootstrap"
versions: [">= 5.2", "< 6"]
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "npm"
directory: "/"
Expand Down

0 comments on commit 66402c3

Please sign in to comment.