Skip to content

Commit a1fabef

Browse files
authored
Disable GH Actions updates
1 parent 0a6827b commit a1fabef

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ updates:
2727
# open-pull-requests-limit: 1
2828

2929
# Enable version updates for GitHub Actions
30-
- package-ecosystem: "github-actions"
31-
# Directory must be set to "/" to check for workflow files in .github/workflows
32-
directory: "/"
33-
schedule:
34-
# Check for updates to GitHub Actions once a week
35-
interval: "weekly"
36-
# Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted)
37-
open-pull-requests-limit: 2
30+
#- package-ecosystem: "github-actions"
31+
# # Directory must be set to "/" to check for workflow files in .github/workflows
32+
# directory: "/"
33+
# schedule:
34+
# # Check for updates to GitHub Actions once a week
35+
# interval: "weekly"
36+
# # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted)
37+
# open-pull-requests-limit: 2

0 commit comments

Comments
 (0)