blob: a1e5407db64fc4302d6888d84bde579c06075c28 [file]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
version: 2
updates:
- package-ecosystem: "github-actions" # zizmor: ignore[dependabot-cooldown] see #683 and #712
commit-message:
prefix: "action-allowlist-review"
directories:
- "/.github/actions/for-dependabot-triggered-reviews"
schedule:
# 'daily' only runs on weekdays
interval: "cron"
cronjob: "15 13 * * *"
ignore:
# post-2.16 versions depend on hustcer/setup-nu which
# we're not comfortable trusting fully yet. See also
# https://github.com/apache/infrastructure-actions/issues/324
- dependency-name: "cpp-linter/cpp-linter-action"
versions:
- ">=2.16"
open-pull-requests-limit: 50
- package-ecosystem: "github-actions"
schedule:
# 'daily' only runs on weekdays
interval: "cron"
cronjob: "45 13 * * *"
directories:
- "/.github/workflows"
- "/pelican/"
- "/stash/restore"
- "/stash/save"
cooldown:
default-days: 7
groups:
# The codeql-action init/autobuild/analyze steps must all run the
# same version - split PRs cause a version mismatch that fails the
# Analyze jobs. Group them so a single PR bumps all of them together.
codeql-action:
patterns:
- "github/codeql-action*"
- package-ecosystem: "uv"
directories:
- "/"
- "/pelican/"
- "/stash/"
schedule:
interval: "weekly"
cooldown:
default-days: 7