Skip to content

Commit 848ee1c

Browse files
committed
update some for gh action
1 parent 061db5c commit 848ee1c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
# Check for updates to GitHub Actions every weekday
13+
interval: "daily"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ composer require inherelab/php-pkg-template
2020
- clone this repository to local
2121
- update readme description
2222
- search all `inherelab/php-pkg-template` and replace to your package name.
23-
- replace `composer.json` contents: name, description, require, autoload
23+
- update `composer.json` contents: name, description, require, autoload
2424

2525
## License
2626

0 commit comments

Comments
 (0)