Skip to content

Commit

Permalink
ci: update dependabot.yml (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gilin authored Feb 7, 2024
1 parent 0f8acef commit 18d5da9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: actions/checkout

# Maintain dependencies for npm
- package-ecosystem: "npm" # See documentation for possible values
Expand Down Expand Up @@ -52,4 +54,9 @@ updates:

directory: "/packages/generator-foodq"
schedule:
interval: "weekly"
interval: "weekly"
ignore:
- dependency-name: "yeoman-generator"
- dependency-name: "inquirer"
- dependency-name: "chalk-pipe"
- dependency-name: "datauri"

0 comments on commit 18d5da9

Please sign in to comment.