Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ynnoig committed Nov 9, 2023
1 parent f0bc027 commit 0c532bf
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
version: 2

updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
time: '04:00'
timezone: 'Europe/Berlin'
assignees:
- 'ynnoig'
reviewers:
- 'ynnoig'
commit-message:
prefix: 'GA Dependabot: '
labels:
- 'github-actions'
- 'dependencies'

- package-ecosystem: 'composer'
directory: '/'
schedule:
interval: 'daily'
time: '05:00'
timezone: 'Europe/Berlin'
assignees:
- 'ynnoig'
reviewers:
- 'ynnoig'
commit-message:
prefix: 'Composer Dependabot: '
labels:
- 'composer'
- 'dependencies'

0 comments on commit 0c532bf

Please sign in to comment.