Skip to content

Commit

Permalink
Do not manage GitHub actions versions with dependabot. Too noisy.
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed May 12, 2021
1 parent 16db096 commit aa29a13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
@@ -1,10 +1,12 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
# Maintain dependencies for GitHub Actions.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Too noisy. See https://github.community/t/increase-if-necessary-for-github-actions-in-dependabot/179581
open-pull-requests-limit: 0

# Maintain dependencies for Composer
- package-ecosystem: "composer"
Expand Down

0 comments on commit aa29a13

Please sign in to comment.