Branch: refs/heads/master Author: andy5995 arch_stanton5995@protonmail.com Committer: andy5995 arch_stanton5995@protonmail.com Date: Mon, 12 Feb 2024 20:09:06 UTC Commit: a5d9d5c351faf7350807094377f3d20e3014a7cd https://github.com/geany/geany/commit/a5d9d5c351faf7350807094377f3d20e3014a7...
Log Message: ----------- Add dependabot.yml
This will cause dependabot to open PRs to bump any actions, such as "checkout" when never major versions are released.
https://docs.github.com/en/code-security/dependabot/dependabot-version-updat...
Modified Paths: -------------- .github/dependabot.yml
Modified: .github/dependabot.yml 10 lines changed, 10 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,10 @@ +version: 2 +# Before applying suggested PRs, make sure that the new versions of any +# updated actions are allowed in +# https://github.com/organizations/geany/settings/actions +# Versions are pinned and restricted for security reasons. +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).