From 407edb03c70ba5ef686e3a511ca732e1d5ba27b0 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 28 Jul 2023 07:28:36 +0100 Subject: [PATCH] Enable dependabot to update the GH Actions versions on a weekly basis Signed-off-by: Pedro Algarvio --- .github/dependabot.yml | 8 ++++++++ changelog/151.trivial.rst | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..df4d15b3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" diff --git a/changelog/151.trivial.rst b/changelog/151.trivial.rst index 98e85654..cbe750bb 100644 --- a/changelog/151.trivial.rst +++ b/changelog/151.trivial.rst @@ -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