Skip to content

Commit

Permalink
ci: added dependabot config for npm and git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Mar 22, 2023
1 parent 47a4687 commit 039c639
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Set update schedule for GitHub Actions
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

# Maintain submodule versions
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"

1 comment on commit 039c639

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.1 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.1 (click to expand)

Please sign in to comment.