Skip to content

Commit

Permalink
MAINT add dependabot for the GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jun 6, 2024
1 parent a784506 commit 28027d9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions as recommended in SPEC8:
# https://github.com/scientific-python/specs/pull/325
# At the time of writing, release critical workflows such as
# pypa/gh-action-pypi-publish should use hash-based versioning for security
# reasons. This strategy may be generalized to all other github actions
# in the future.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
reviewers:
- "glemaitre"

0 comments on commit 28027d9

Please sign in to comment.