/ .github / dependabot.yml
dependabot.yml
 1  # SPDX-License-Identifier: AGPL-3.0-or-later
 2  version: 2
 3  updates:
 4    - package-ecosystem: "github-actions"
 5      directory: "/"
 6      schedule:
 7        interval: "weekly"
 8      groups:
 9        actions:
10          patterns:
11            - "*"