Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
time: '03:00'
timezone: Europe/Paris
open-pull-requests-limit: 10
cooldown:
default-days: 7

- package-ecosystem: composer
directory: '/'
Expand All @@ -17,6 +19,8 @@ updates:
time: '03:00'
timezone: Europe/Paris
open-pull-requests-limit: 10
cooldown:
default-days: 7

- package-ecosystem: 'github-actions'
directory: '/'
Expand All @@ -26,8 +30,10 @@ updates:
time: '04:00'
timezone: Europe/Paris
open-pull-requests-limit: 10
cooldown:
default-days: 7

# master-7
# stable-7
- package-ecosystem: npm
directory: '/'
target-branch: stable-7
Expand All @@ -39,6 +45,8 @@ updates:
commit-message:
prefix: '[stable-7] '
open-pull-requests-limit: 10
cooldown:
default-days: 7
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
Expand All @@ -53,6 +61,8 @@ updates:
commit-message:
prefix: '[stable-7] '
open-pull-requests-limit: 10
cooldown:
default-days: 7

- package-ecosystem: github-actions
directory: '/'
Expand All @@ -65,3 +75,5 @@ updates:
commit-message:
prefix: '[stable-7] '
open-pull-requests-limit: 10
cooldown:
default-days: 7
Loading