Skip to content

Commit ff972f2

Browse files
authored
chore: Update dependabot config to consider custom setup action (#386)
These custom setup action still uses setup-java v4.7.1 and cache v4.2.4 ...
1 parent 552f2b9 commit ff972f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ updates:
1313
# Allow up to 10 open pull requests for maven dependencies
1414
open-pull-requests-limit: 10
1515
- package-ecosystem: "github-actions"
16-
directory: "/"
16+
directories:
17+
- /
18+
- /.github/actions/setup
1719
schedule:
1820
interval: "weekly"
1921
day: "wednesday"

0 commit comments

Comments
 (0)