Skip to content

Commit

Permalink
chore: Add docker ecosystem to Dependabot config (#2844)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Oct 22, 2024
1 parent 3afa15f commit 271b81e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ updates:
github-actions:
patterns:
- "*"


- package-ecosystem: docker
directories:
- "/src/Agent/NewRelic/Profiler/linux"
- "/build/**/"
- "/deploy/**/"
schedule:
interval: monthly
groups:
docker:
patterns:
- "*"

# We do not scan anything in the /src/Agent/NewRelic/Agent/Extensions folder, as those projects
# intentionally reference old versions of the Nuget packages they instrument.
- package-ecosystem: nuget
Expand Down

0 comments on commit 271b81e

Please sign in to comment.