mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-20 03:08:41 +00:00
Enable dependabot for actions (#36191)
Enable dependabot for actions only. These should always be safe to update as long as CI passes and some of them are lagging behind.
This commit is contained in:
9
.github/dependabot.yml
vendored
Normal file
9
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
cooldown:
|
||||
default-days: 5
|
||||
Reference in New Issue
Block a user