Skip to content

Commit 96d0279

Browse files
Merge pull request #64 from developmentseed/fix/add-dependabot-github-actions
ci: add Dependabot for GitHub Actions version updates
2 parents 4247f7d + 9ffeeb7 commit 96d0279

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,19 @@ updates:
1313
titiler:
1414
patterns:
1515
- titiler*
16+
17+
- package-ecosystem: "github-actions"
18+
directory: "/"
19+
cooldown:
20+
default-days: 7
21+
schedule:
22+
interval: "weekly"
23+
day: "monday"
24+
groups:
25+
minor-and-patch:
26+
applies-to: version-updates
27+
patterns:
28+
- "*"
29+
update-types:
30+
- "minor"
31+
- "patch"

0 commit comments

Comments
 (0)