mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action.git
synced 2026-04-13 02:11:24 +02:00
Merge pull request #133 from j4y/add-dependabot-for-github-actions
chore(deps): add dependabot support for GitHub Actions
This commit is contained in:
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@@ -1,5 +1,14 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
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
|
- package-ecosystem: npm
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
Reference in New Issue
Block a user