mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 10:17:23 -05:00
* Keep GitHub Actions up to date with GitHub's Dependabot Fix the warning like at the bottom right of https://github.com/pyscript/pyscript/actions/runs/8263920642 # 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 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
14 lines
608 B
YAML
14 lines
608 B
YAML
# 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
|