We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b2d05 commit d1ff3a6Copy full SHA for d1ff3a6
.github/dependabot.yml
@@ -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
@@ -10,6 +10,7 @@ to [Semantic Versioning][semver].
10
### Maintenance
11
12
- Limit the permission set to the minimum required for all action workflow.
13
+- Update dependencies of workflows whenever possible on repeated schedules.
14
15
## [0.2.0] - 2025-05-10
16
0 commit comments