Skip to content

Commit

Permalink
Merge pull request #773 from CodeForPhilly/lebovits/fix-dependabot-ba…
Browse files Browse the repository at this point in the history
…ckend-checks

fix directory of pip package ecosystem
  • Loading branch information
nlebovits authored Jul 18, 2024
2 parents 62050c8 + c0508c9 commit 29edc7f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'

- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'

- package-ecosystem: "pip"
directory: "/data"
- package-ecosystem: 'pip'
directory: '/data/src'
schedule:
interval: "weekly"
interval: 'weekly'

0 comments on commit 29edc7f

Please sign in to comment.