Skip to content

Commit

Permalink
Add Dependabot for Github actions
Browse files Browse the repository at this point in the history
Dependabot will submit pull requests
when Github actions get new versions
released. After merging this, Dependabot
would have opened a pull request that
is identical to TerriaJS#7445 automatically.

Link to Dependabot documentation:

https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
  • Loading branch information
pjonsson committed Jan 20, 2025
1 parent 22d8ac8 commit 55569d0
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 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
target-branch: "main"

0 comments on commit 55569d0

Please sign in to comment.