Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into updated_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LisaBock committed Nov 20, 2024
2 parents 295dd81 + 62357f6 commit ce89e36
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 84 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"
2 changes: 1 addition & 1 deletion _episodes/00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Introduction"
teaching: 5
exercises: 10
compatibility: ESMValTool v2.10.0
compatibility: ESMValTool v2.11.0

questions:
- What is ESMValTool?
Expand Down
Loading

0 comments on commit ce89e36

Please sign in to comment.