xref: /plugin/openlayersmap/.github/dependabot.yml (revision 7390889d9aa535aa9bdfffc90e2fe7f66d696221)
1version: 2
2updates:
3- package-ecosystem: "github-actions"
4  directory: "/"
5  schedule:
6    interval: "weekly"
7    day: saturday
8    time: "21:00"
9    timezone: Europe/Amsterdam
10  labels:
11  - build-infra
12
13updates:
14  - package-ecosystem: "npm"
15    directory: "/"
16    schedule:
17      interval: "weekly"
18