18 lines
540 B
YAML
18 lines
540 B
YAML
# Copyright (c) 2025 Alex Tereschenko
|
|
#
|
|
# This program and the accompanying materials are made available under the terms
|
|
# of the MIT license which is available at
|
|
# https://projects.eclipse.org/license/mit-license-mit.
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|