Skip to content

Commit

Permalink
Use directories property in dependabot.yml (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez authored Aug 5, 2024
1 parent 8f5985d commit 2b57fb3
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# Configuration options at https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml

version: 2
updates:
- package-ecosystem: github-actions
directory: ".github/workflows/"
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: "/Templates/Per Tenant Extension/.github/workflows/"
schedule:
interval: weekly
directories:
- ".github/workflows/"
- "/Templates/Per Tenant Extension/.github/workflows/"
- "/Templates/AppSource App/.github/workflows/"
ignore:
- dependency-name: "microsoft/AL-Go-Actions/*"
- package-ecosystem: github-actions
directory: "/Templates/AppSource App/.github/workflows/"
schedule:
interval: weekly
ignore:
- dependency-name: "microsoft/AL-Go-Actions/*"

0 comments on commit 2b57fb3

Please sign in to comment.