Skip to content

Commit

Permalink
Merge pull request #1273 from cclauss/patch-1
Browse files Browse the repository at this point in the history
ci: Keep GitHub Actions up to date with GitHub's Dependabot
  • Loading branch information
kiplingw authored Dec 26, 2024
2 parents ddffda8 + ff378c9 commit a170063
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SPDX-FileCopyrightText: 2022 Andrea Pappacoda
#
# SPDX-License-Identifier: Apache-2.0

# Keep GitHub Actions up to date with GitHub's Dependabot...
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
version: 2
updates:
- package-ecosystem: github-actions
directory: /
groups:
github-actions:
patterns:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
rm ninja-linux.zip
pip3 install meson
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit a170063

Please sign in to comment.