Skip to content

Commit d1ff3a6

Browse files
authored
chore: update dependencies of workflows whenever possible on repeated schedules (#16)
1 parent 32b2d05 commit d1ff3a6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
labels:
9+
- "dependencies"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ to [Semantic Versioning][semver].
1010
### Maintenance
1111

1212
- Limit the permission set to the minimum required for all action workflow.
13+
- Update dependencies of workflows whenever possible on repeated schedules.
1314

1415
## [0.2.0] - 2025-05-10
1516

0 commit comments

Comments
 (0)