mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
* Add devcontainer.json for Swift development * Add daily update schedule for devcontainers package ecosystem * Add Dev Container setup for Swift development * Add Swift Build and Test workflow in DevContainer * Fix typo in devcontainer.md * Add Docker installation step for macOS * Update Docker installation command in macOS workflow * Update Docker.app path in macOS workflow * Add docker buildx version check * Update devcontainer.md with instructions for setting up the development environment * Refactor GitHub workflow for Swift in DevContainer * Fix typo in devcontainer.md * Add installation instructions for Dev Containers extension * Add Dev Container instructions * Remove unnecessary command installation * Add link to development guide
27 lines
1.0 KiB
YAML
27 lines
1.0 KiB
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# package ecosystems to update and where the package manifests are located.
|
|
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions" # See documentation for possible values
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "swift" # See documentation for possible values
|
|
directory: "/AzooKeyCore" # Location of package manifests
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gitsubmodule" # See documentation for possible values
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "devcontainers" # See documentation for possible values
|
|
directory: "/.devcontainer" # Location of package manifests
|
|
schedule:
|
|
interval: "daily"
|