Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into update_episode_cmorize
Browse files Browse the repository at this point in the history
  • Loading branch information
LisaBock committed Nov 19, 2024
2 parents d4c9e77 + c8c38f5 commit 37aa227
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 83 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# 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

version: 2
updates:
- package-ecosystem: "bundler" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# Enable updates for package np which has jquery
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

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

0 comments on commit 37aa227

Please sign in to comment.