chore: add npm dependabot for Astro site + scope CI to _data changes

This commit is contained in:
Samuel Berthe 2026-04-07 17:18:43 +02:00
parent 9b995315d5
commit 58adb7c960
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C
2 changed files with 9 additions and 0 deletions

View file

@ -5,3 +5,8 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "monthly" interval: "monthly"
- package-ecosystem: "npm"
directory: "/site"
schedule:
interval: "monthly"

View file

@ -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: