Skip to content

Commit

Permalink
Enable dependabot updates for actions (tgstation#86775)
Browse files Browse the repository at this point in the history
Makes sure we're on the latest versions of the stuff we never check
(i.e. actions/checkout).
  • Loading branch information
Cyberboss authored Sep 20, 2024
1 parent ff87c71 commit 86fc543
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: github-actions
directory: /
target-branch: master
schedule:
interval: daily
labels:
- GitHub
open-pull-requests-limit: 10

0 comments on commit 86fc543

Please sign in to comment.