Skip to content

Commit c98274d

Browse files
committed
extending dependabot to include PHP
1 parent c1218f6 commit c98274d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/dependabot.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ updates:
77
allow:
88
- dependency-type: "production"
99
ignore:
10-
- dependency-name: "axios"
10+
- dependency-name: "axios"
11+
- package-ecosystem: "composer"
12+
directory: "/"
13+
schedule:
14+
interval: "daily"

composer.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "sculpin/sculpin",
3+
"description": "Static Site Generator",
4+
"homepage": "https://sculpin.io",
5+
"keywords": ["static", "site", "generator"],
6+
"license": "MIT",
7+
"require": {
8+
"php": "^8.0 || ^7.3"
9+
}
10+
}

0 commit comments

Comments
 (0)