Skip to content

Commit

Permalink
Merge pull request #426 from Foundation-Devices/add_dependabot_gha
Browse files Browse the repository at this point in the history
Add automatic Dependabot Github Action dependency updates.
  • Loading branch information
mjg-foundation committed Nov 27, 2023
2 parents 4071367 + 1c848c2 commit f17ba21
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SPDX-FileCopyrightText: © 2021 Foundation Devices, Inc. <hello@foundationdevices.com>
# SPDX-License-Identifier: GPL-3.0-or-later
#
# dependabot.yaml - Set update schedule for GitHub Actions

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit f17ba21

Please sign in to comment.