chofnar / release-bot

release-bot - A Telegram Bot (@prgitrelbot) that notifies you of new Github releases
MIT License
24 stars 2 forks source link

Enable Dependabot for github actions #130

Closed UltraFeed closed 8 months ago

UltraFeed commented 8 months ago
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
UltraFeed commented 8 months ago

https://docs.github.com/ru/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#github-actions

Dependabot only supports updates to GitHub Actions using the GitHub repository syntax, such as actions/checkout@v4. Dependabot will ignore actions or reusable workflows referenced locally (for example, ./.github/actions/foo.yml).