From 94554233632c382787187f9a1b500a589891c397 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Thu, 4 Apr 2024 12:29:05 +0200 Subject: [PATCH 1/2] Add dependabot for github actions --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0d08e26 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From 1a691bdaa5524ed8107c5d65f9b3fcef8a792b96 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Thu, 4 Apr 2024 12:30:44 +0200 Subject: [PATCH 2/2] [skip ci] Update HISTORY.rst --- HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index e86a987..60ec5a9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ History ======= +X.Y.Z (YYYY-MM-DD) +------------------ +* Configure dependabot for github actions (:pr:`28`) + 0.2.3 (2024-03-22) ------------------ * Move FITS header attributes into an xarray "header" attribute (:pr:`22`)