mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-20 08:23:22 +01: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:
parent
b671d507e3
commit
e0214ab841
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
|
||||
Loading…
x
Reference in New Issue
Block a user