diff options
| author | Kare Nuorteva <kare.nuorteva@me.com> | 2025-07-27 14:48:57 +0300 |
|---|---|---|
| committer | Dan Cross <crossd@gmail.com> | 2025-07-27 09:56:22 -0400 |
| commit | 00446db7d8fdb3ea56fa104643b34823960f7be2 (patch) | |
| tree | 62fbbc343395b495c4f69fb4830149e5db5dcd42 /.github/dependabot.yaml | |
| parent | 8ff39da0623dbab13c00ce25a16dda168f6ec0a0 (diff) | |
ci: add Dependabot for GitHub Actions
Dependabot automatically maintains GitHub Actions workflows by sending
Pull Requests to project when action updates are released. Dependabot
labels the pull requests 'ci: bump actions/checkout from v3 to v4'.
Dependabot opens a maximum of five Pull Requests at a time and reviews
the need for PRs once a week.
Diffstat (limited to '.github/dependabot.yaml')
| -rw-r--r-- | .github/dependabot.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..a5f4f6fa --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +--- +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + commit-message: + prefix: ci |