Skip to content

Commit

Permalink
Merge pull request #29 from Staffbase/NFS-adding_dependabot
Browse files Browse the repository at this point in the history
NFS: adding dependabot
  • Loading branch information
m-seidel authored Mar 13, 2024
2 parents eca48ad + 45a03c3 commit ed81599
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "08:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 5

- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
time: "08:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 5
groups:
composer-prod-updates:
update-types:
- "minor"
- "patch"
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
phpunit-versions: ['latest']
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit ed81599

Please sign in to comment.