mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(ci): unleash dependabot on our github actions (#26912)
This commit is contained in:
committed by
GitHub
parent
62993c2fba
commit
3011ce18a5
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -1,5 +1,11 @@
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
ignore:
|
||||
# not until node >= 18.12.0
|
||||
|
||||
Reference in New Issue
Block a user