Skip to content

Commit

Permalink
dependabot settings, OS gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Oct 3, 2023
1 parent 4942e6e commit 197c093
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/backend" # Location of package manifests
schedule:
interval: "daily"
interval: "monthly"
- package-ecosystem: "docker" # See documentation for possible values
directory: "/backend" # Location of package manifests
schedule:
interval: "daily"
interval: "monthly"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/frontend" # Location of package manifests
schedule:
interval: "daily"
interval: "monthly"
- package-ecosystem: "docker" # See documentation for possible values
directory: "/frontend" # Location of package manifests
schedule:
interval: "daily"
interval: "monthly"
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "monthly"
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
.vscode/*.log
# OS files
.DS_Store?
._*
.Spotlight-V100
.Trashes
.fseventsd
ehthumbs.db
Thumbs.db

# temp/cache
__pycache__
.*.swp

# secrets
config/rueder.env
config/rueder-prod.env
config/rueder-test.env
config/imgproxy.env

.vscode/*.log

0 comments on commit 197c093

Please sign in to comment.