Skip to content

Commit 99468a5

Browse files
committed
add dependabot for actions
1 parent 2d0de73 commit 99468a5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8-
ignore:
9-
- dependency-name: phpstan/phpstan
10-
versions:
11-
- 0.12.70
12-
- 0.12.77
13-
- 0.12.78
14-
- 0.12.79
15-
- 0.12.83
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
# Check for updates to GitHub Actions every week
12+
interval: "weekly"

0 commit comments

Comments
 (0)