diff options
| author | Sanaei <ho3ein.sanaei@gmail.com> | 2026-03-17 23:03:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-17 23:03:32 +0300 |
| commit | 7b03346cfcb50b49b124cc8333aeeadeb76a8455 (patch) | |
| tree | 8cb3fa28ffd1d1a57e4b760ddb088444265e6212 | |
| parent | 258b08fff35fc6c445b77149996f6dd9f7b4a789 (diff) | |
Set package ecosystem to GitHub Actions in dependabot.yml
| -rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..0d08e261 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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: "weekly" |
