Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CrzyHAX91 authored Dec 11, 2024
1 parent f3bd29e commit 3054c60
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# 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
# Dependabot configuration for version updates
# Specify package ecosystems and their respective locations for manifests.

version: 2

updates:
- package-ecosystem: "" # See documentation for possible values
directory: "requirements.txt" # Location of package manifests
- package-ecosystem: "npm" # Specify the package manager (e.g., npm, pip, etc.)
directory: "/" # Path to the package manifest
schedule:
interval: "weekly"
interval: "weekly" # Frequency of update checks
day: "monday" # Day of the week to check for updates
time: "09:00" # Time of day to check for updates (hh:mm)
timezone: "UTC" # Timezone for the scheduled checks
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"blackboxapp.blackboxagent"
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workbench.editor.defaultBinaryEditor": "jupyter-notebook"
}

0 comments on commit 3054c60

Please sign in to comment.