summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorDiogo Teles Sant'Anna <diogoteles@google.com>2023-12-13 04:17:13 (GMT)
committerGitHub <noreply@github.com>2023-12-13 04:17:13 (GMT)
commitb7423ffbe5826697e293963706c75b2dfe9d2788 (patch)
tree607607fb6a15528de5d0eb7cc9ed51a19a1a4f34 /.github/dependabot.yml
parente81fb9eddf4643a4b31b155403e1d475b6e5af17 (diff)
downloadhdf5-b7423ffbe5826697e293963706c75b2dfe9d2788.zip
hdf5-b7423ffbe5826697e293963706c75b2dfe9d2788.tar.gz
hdf5-b7423ffbe5826697e293963706c75b2dfe9d2788.tar.bz2
Feat: Hashpin sensitive dependencies on GitHub Actions and enable Dependabot to update them monthly (#3892)
* feat: hashpin sensitive dependencies on GHAs Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com> * feat: enable dependabot for monthly updates on GHA Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com> --------- Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5a67576
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ groups:
+ github-actions:
+ patterns:
+ - "*" \ No newline at end of file