Skip to content

Commit 847c7cc

Browse files
committed
Add dependabot config to update GH Actions workflow versions
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
1 parent cd1918f commit 847c7cc

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
# Check for updates to GitHub Actions every week
8+
interval: "weekly"

changelog/25.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Several minor fixes & improvements:
33
* Update pre-commit hooks versions
44
* Update copyright headers
55
* Update workflows
6+
* Add dependabot config to update GH Actions workflow versions

0 commit comments

Comments
 (0)