1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action.git synced 2026-04-12 18:01:24 +02:00
Files
inno-setup/.github/dependabot.yml
j4y c11810be44 chore(deps): add dependabot support for GitHub Actions
Ensures GitHub Actions used in workflows stay up to date.
2026-04-01 16:07:38 -04:00

20 lines
448 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
# maintain workflows in the default location (/.github/workflows/)
directory: /
schedule:
interval: monthly
commit-message:
prefix: fix
prefix-development: chore
include: scope
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
commit-message:
prefix: fix
prefix-development: chore
include: scope