Skip to content

Commit

Permalink
Enable dependabot to update the GH Actions versions on a weekly basis
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Jul 28, 2023
1 parent 9a5c288 commit 407edb0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
5 changes: 4 additions & 1 deletion changelog/151.trivial.rst
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Publish packages to PyPi with trusted publishers
Some internal processes improvements:

* Publish packages to PyPi with trusted publishers
* Enable dependabot to update the GH Actions versions on a weekly basis

0 comments on commit 407edb0

Please sign in to comment.