From 3e3ca19de4404a466908b17942f672b05f4f1407 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 6 May 2024 09:51:40 +0200 Subject: [PATCH] pin github actions; add dependabot --- conda-forge-webservices/.github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conda-forge-webservices/.github/dependabot.yml diff --git a/conda-forge-webservices/.github/dependabot.yml b/conda-forge-webservices/.github/dependabot.yml new file mode 100644 index 000000000..527ce8e0a --- /dev/null +++ b/conda-forge-webservices/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: /.github/workflows + schedule: + interval: weekly