mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46: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: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
path:
|
||||||
|
- _data
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
path:
|
||||||
|
- _data
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
promtool-check:
|
promtool-check:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue