Skip to content

Commit

Permalink
feat: change scope of dependabot checks
Browse files Browse the repository at this point in the history
currently the dependabot configuration is not useful to us
the dependabot system is blocked on merging unhelpful PR's for mkdocs

mkdocs will be addressed in this ticket instead GeoNet/tickets#15171

this change scopes python updates to a component service of a data product

hopefully this means we get automation for image updates from the new image sync tooling
  • Loading branch information
Mossman1215 committed Sep 1, 2024
1 parent 3777431 commit 0e5d0d7
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,20 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: "chore"
prefix-development: "chore"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
directory: "images/python-arcgis"
groups:
python-packages:
patterns:
- "*"
commit-message:
prefix: "chore"
prefix-development: "chore"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
commit-message:
prefix: "chore"
prefix-development: "chore"
prefix: "fix"
prefix-development: "fix"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
commit-message:
prefix: "chore"
prefix-development: "chore"
prefix: "fix"
prefix-development: "fix"
schedule:
interval: "weekly"

0 comments on commit 0e5d0d7

Please sign in to comment.