Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Oct 29, 2024
1 parent e38b2fd commit 268eda9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ updates:

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

open-pull-requests-limit: 10

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

#allow:
# - '*'

ignore:
- dependency-name: "browscap/browscap"
- dependency-name: "elasticsearch/elasticsearch"
Expand All @@ -60,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 @@ -69,6 +67,8 @@ updates:

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

open-pull-requests-limit: 10

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

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

rebase-strategy: "auto"
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
validate:
name: "Validate Project"

uses: "mimmi20/ci/.github/workflows/validate.yml@8.3"
uses: "mimmi20/ci/.github/workflows/validate.yml@8.1"
with:
extensions: "ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0"
Expand All @@ -37,7 +37,7 @@ jobs:

needs: "validate"

uses: "mimmi20/ci/.github/workflows/install.yml@8.3"
uses: "mimmi20/ci/.github/workflows/install.yml@8.1"
with:
extensions: "ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0"
Expand Down

0 comments on commit 268eda9

Please sign in to comment.