mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
parent
f214ae798c
commit
91219a5cf8
2 changed files with 15 additions and 13 deletions
15
.github/renovate.json5
vendored
Normal file
15
.github/renovate.json5
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
|
||||
"labels": ["dependencies"],
|
||||
"rangeStrategy": "bump",
|
||||
"ignoreDeps": [
|
||||
// manually bumping
|
||||
"@biomejs/biome",
|
||||
"@types/node",
|
||||
"sharp",
|
||||
|
||||
// follow vite deps version
|
||||
"postcss-load-config",
|
||||
],
|
||||
}
|
13
.github/workflows/nightly.yml
vendored
13
.github/workflows/nightly.yml
vendored
|
@ -1,13 +0,0 @@
|
|||
name: Nightly
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Run every Monday at 12:00 UTC
|
||||
- cron: "0 12 * * 1"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
if: github.repository_owner == 'withastro'
|
||||
uses: withastro/automation/.github/workflows/lockfile.yml@main
|
||||
secrets: inherit
|
Loading…
Add table
Reference in a new issue