Skip to content

Commit

Permalink
[ECP-9543] Enable Dependabot with basic configuration (#2820)
Browse files Browse the repository at this point in the history
* [ECP-9543] Enable Dependabot with basic configuration

* [ECP-9543] Update Dependabot rules

* [ECP-9543] Formatting

---------

Co-authored-by: Can Demiralp <can.demiralp@adyen.com>
  • Loading branch information
candemiralp and Can Demiralp authored Dec 5, 2024
1 parent 2307122 commit e8bb4ec
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 3
labels:
- "dependencies"
target-branch: "main"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 3
labels:
- "dependencies"
target-branch: "main"

0 comments on commit e8bb4ec

Please sign in to comment.