Files
Klaus Rettinghaus 0afcc435bb Update GitHub Actions (#5140)
* chore: bump checkout action to version 5

Signed-off-by: Klaus Rettinghaus <klaus.rettinghaus@gmail.com>

* feat: add dependabot config for actions

Signed-off-by: Klaus Rettinghaus <klaus.rettinghaus@gmail.com>

* chore: update previously missed actions

Signed-off-by: Klaus Rettinghaus <klaus.rettinghaus@gmail.com>

---------

Signed-off-by: Klaus Rettinghaus <klaus.rettinghaus@gmail.com>
Co-authored-by: Ankita Katiyar <110245118+ankatiyar@users.noreply.github.com>
2025-10-06 12:32:16 +01:00

24 lines
734 B
YAML

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# 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: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- "github_actions"
groups:
actions:
patterns:
- "*"