Skip to content

Commit

Permalink
Updated dependabot.yml and settings.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Dec 11, 2024
1 parent b621065 commit ec3db37
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,24 @@

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "weekly"
day: "sunday"
time: "06:00"
assignees:
- "dennykorsukewitz"
reviewers:
- "dennykorsukewitz"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "06:00"
assignees:
- "dennykorsukewitz"
reviewers:
- "dennykorsukewitz"
11 changes: 11 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ repository:
# rebase-merging.
allow_rebase_merge: false

# Either `true` to enable automatic deletion of branches on merge, or `false` to disable
delete_branch_on_merge: true

# Either `true` to enable automated security fixes, or `false` to disable
# automated security fixes.
enable_automated_security_fixes: true

# Either `true` to enable vulnerability alerts, or `false` to disable
# vulnerability alerts.
enable_vulnerability_alerts: true

# Labels: define labels for Issues and Pull Requests
labels:
- name: dev
Expand Down

0 comments on commit ec3db37

Please sign in to comment.