Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Dec 17, 2020
1 parent 4d128a7 commit 587acbf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/docs" # Location of package manifests
schedule:
interval: "daily"
allow:
- dependency-name: "@primer/gatsby-theme-doctocat"

5 comments on commit 587acbf

@Vitalie872
Copy link

Choose a reason for hiding this comment

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

style50 helpers.c

@Vitalie872
Copy link

Choose a reason for hiding this comment

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

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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:

  • package-ecosystem: "npm" # See documentation for possible values
    directory: "/docs" # Location of package manifests
    schedule:
    interval: "daily"
    allow:
    • dependency-name: "@primer/gatsby-theme-doctocat"

@Vitalie872
Copy link

Choose a reason for hiding this comment

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

./filter -g infile.bmp outfile.bmp

@Vitalie872
Copy link

Choose a reason for hiding this comment

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

submit50 cs50/problems/2021/x/filter/less

@Vitalie872
Copy link

Choose a reason for hiding this comment

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

****/filter -g infile.bmp outfile.bmp

$ ./filter -s infile.bmp outfile.bmp
$ ./filter -r infile.bmp outfile.bmp
$ ./filter -b infile.bmp outfile.bmp

Please sign in to comment.