Skip to content

Commit

Permalink
dependabot groups (#1550)
Browse files Browse the repository at this point in the history
* weekly dependabot

* changes

* dependabot groups

* tmp
  • Loading branch information
lingrino authored Mar 10, 2024
1 parent b8871b8 commit c13e75f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 49 deletions.
46 changes: 23 additions & 23 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
version: 2
updates:
- package-ecosystem: docker
- package-ecosystem: github-actions
open-pull-requests-limit: 100
directory: /
schedule:
time: "16:00"
interval: daily
time: "08:00"
timezone: "America/Los_Angeles"
interval: weekly
allow:
- dependency-type: all
assignees:
- lingrino
groups:
all:
patterns:
- "*"
reviewers:
- lingrino
labels:
- dependencies
- docker

- package-ecosystem: github-actions
- package-ecosystem: docker
open-pull-requests-limit: 100
directory: /
schedule:
time: "16:00"
interval: daily
time: "08:00"
timezone: "America/Los_Angeles"
interval: weekly
allow:
- dependency-type: all
assignees:
- lingrino
groups:
all:
patterns:
- "*"
reviewers:
- lingrino
labels:
- dependencies
- actions

- package-ecosystem: gomod
open-pull-requests-limit: 100
directory: /
schedule:
time: "16:00"
interval: daily
time: "08:00"
timezone: "America/Los_Angeles"
interval: weekly
allow:
- dependency-type: all
assignees:
- lingrino
groups:
all:
patterns:
- "*"
reviewers:
- lingrino
labels:
- dependencies
- go
24 changes: 0 additions & 24 deletions .github/workflows/code-scanning.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/repo-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Repo - Validate
on:
workflow_dispatch:
push:
pull_request:

jobs:
validate:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2023 Sean Lingren
Copyright (c) 2018 Sean Lingren

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit c13e75f

Please sign in to comment.