Skip to content

Commit

Permalink
Add dependabot to upgrade GitHub Actions (qiskit-community#1373)
Browse files Browse the repository at this point in the history
I noticed some of our GitHub Actions, like checkout@v3, are outdated.
Dependabot should be able to check these automatically and create pull
requests. I didn't add `requirements.txt` to Dependabot since we don't
have that many dependencies and we usually only bump the minimum version
if needed.
  • Loading branch information
coruscating authored Jan 26, 2024
1 parent 94541e6 commit 8828115
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Check for updates to GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 8828115

Please sign in to comment.