Skip to content

Commit

Permalink
Merge pull request #565 from mimmi20/updates
Browse files Browse the repository at this point in the history
update config for dependabot
  • Loading branch information
mimmi20 authored Oct 29, 2024
2 parents cdda216 + 0e6373b commit 22dd47f
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,8 @@ updates:

schedule:
interval: "daily"

groups:
security-updates:
applies-to: "security-updates"
patterns:
- "*"
exclude-patterns:
- "friendsofphp/php-cs-fixer"
- "sirbrillig/phpcs-variable-analysis"
- "slevomat/coding-standard"
- "squizlabs/php_codesniffer"
version-updates:
applies-to: "version-updates"
patterns:
- "*"
exclude-patterns:
- "friendsofphp/php-cs-fixer"
- "sirbrillig/phpcs-variable-analysis"
- "slevomat/coding-standard"
- "squizlabs/php_codesniffer"
time: "04:00"
timezone: "Europe/Berlin"

open-pull-requests-limit: 10

Expand All @@ -51,9 +33,6 @@ updates:
include: "scope"
prefix: "composer"

#allow:
# - '*'

ignore:
- dependency-name: "browscap/browscap"
- dependency-name: "elasticsearch/elasticsearch"
Expand All @@ -80,7 +59,6 @@ updates:
- dependency-name: "symfony/http-foundation"
- dependency-name: "symfony/yaml"

# Disable rebasing for all pull requests
rebase-strategy: "auto"

- package-ecosystem: "github-actions"
Expand All @@ -89,6 +67,8 @@ updates:

schedule:
interval: "daily"
time: "04:00"
timezone: "Europe/Berlin"

open-pull-requests-limit: 10

Expand All @@ -106,5 +86,7 @@ updates:
commit-message:
prefix: "github-actions"

# Disable rebasing for all pull requests
ignore:
- dependency-name: "mimmi20/ci"

rebase-strategy: "auto"

0 comments on commit 22dd47f

Please sign in to comment.