Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Mon, 12 Feb 2024 22:36:49 UTC Commit: eb28f070bd54878951c27b1b66f16b4b2c0f87ad https://github.com/geany/geany/commit/eb28f070bd54878951c27b1b66f16b4b2c0f87...
Log Message: ----------- Merge pull request #3758 from andy5995/add-dependabot
Add dependabot.yml for Github Actions updates
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).