mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 18:36:59 +08:00
chore: add npm dependabot for Astro site + scope CI to _data changes
This commit is contained in:
parent
9b995315d5
commit
58adb7c960
2 changed files with 9 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -5,3 +5,8 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/site"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
|
|
|
|||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -2,9 +2,13 @@ name: Promtool check
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
path:
|
||||
- _data
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
path:
|
||||
- _data
|
||||
|
||||
jobs:
|
||||
promtool-check:
|
||||
|
|
|
|||
Loading…
Reference in a new issue