cvw/.github/dependabot.yml

22 lines
791 B
YAML
Raw Normal View History

2024-11-17 08:00:40 +00:00
# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
# Update git submodules to latest version
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"
2024-12-02 15:39:29 +00:00
ignore:
- dependency-name: "coremark"
- dependency-name: "embench-iot"
- dependency-name: "verilog-ethernet"
2024-11-17 08:00:40 +00:00
# Update actions in the GitHub Actions workflow files
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"