Skip to content

Commit

Permalink
Merge pull request #190 from tattle-made/hotfix
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
duggalsu authored Mar 17, 2024
2 parents 8c8e04c + 74945f2 commit 5d13eea
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/docs"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "weekly"

# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/src"
# Check for updates once a week
schedule:
interval: "weekly"

# Enable version updates for Pip
- package-ecosystem: "pip"
# Look for a `Dockerfile` in the `root` directory
directory: "/src"
# Check for updates once a week
schedule:
interval: "weekly"

# Enable version updates for github-actions
- package-ecosystem: "github-actions"
# Look for a `Dockerfile` in the `root` directory
directory: ".github/workflows"
# Check for updates once a week
schedule:
interval: "weekly"

0 comments on commit 5d13eea

Please sign in to comment.