1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

Add dependabot

This commit is contained in:
Jason N 2024-04-02 15:24:47 -04:00 committed by GitHub
parent bcc5ae23a1
commit 67396ace6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,17 @@
# 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:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/external" # Location of package manifests
schedule:
interval: "daily"
ignore:
- dependency-name: "lorax"