From e31e33544a50bb8d0b1a3472c7bd8f126cbe807d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 8 Oct 2022 14:12:15 +0200 Subject: [PATCH] ci: add dependabot for gha version bumping --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ac88b7c6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# dependabot.yml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# +# Notes: +# - Status and logs from dependabot are provided at +# https://github.com/jupyterhub/repo2docker/network/updates. +# - YAML anchors are not supported here or in GitHub Workflows. +# +version: 2 +updates: + # Maintain dependencies in our GitHub Workflows + - package-ecosystem: github-actions + directory: "/" # This should be / rather than .github/workflows + schedule: + interval: weekly + time: "05:00" + timezone: "Etc/UTC"