Skip to content

Commit b3d2165

Browse files
authored
build: add dependabot config (#3)
1 parent 39942d5 commit b3d2165

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "composer"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.2.0
44

55
* build: update phpunit
6+
* build: add dependabot config
67

78
## 1.1.0
89

0 commit comments

Comments
 (0)