Skip to content

Commit

Permalink
Merge pull request #51 from hsluv/make-github-dependabot-keep-our-git…
Browse files Browse the repository at this point in the history
…hub-actions-up-to-date

Make GitHub Dependabot keep our GitHub Actions up to date
  • Loading branch information
hartwork authored Oct 12, 2024
2 parents 1686614 + 1ac7cdb commit 96ee6b6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (c) 2024 Sebastian Pipping <[email protected]>
# Licensed under the MIT license, see file LICENSE.txt

version: 2
updates:

- package-ecosystem: "github-actions"
commit-message:
include: "scope"
prefix: "Actions"
directory: "/"
labels:
- "enhancement"
schedule:
interval: "weekly"

0 comments on commit 96ee6b6

Please sign in to comment.