Skip to content

Commit

Permalink
Add dependabot (#479)
Browse files Browse the repository at this point in the history
Dependabot allows us to automatically keep our dependencies up to date.
For now, we are only using the Dependabot for our GitHub Actions.

Copied from
https://github.com/firebase/flutterfire/blob/master/.github/dependabot.yml

(This PR should be merged after #478)
  • Loading branch information
nilsreichardt authored Mar 11, 2023
1 parent b5b4f31 commit 138fe9e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (c) 2022 Sharezone UG (haftungsbeschränkt)
# Licensed under the EUPL-1.2-or-later.
#
# You may obtain a copy of the Licence at:
# https://joinup.ec.europa.eu/software/page/eupl
#
# SPDX-License-Identifier: EUPL-1.2

# To keep our dependencies up to date, we use Dependabot.
#
# This file configures the Dependabot. See
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"ci/cd":
- .github/workflows/**
- .github/labeler.yml
- .github/dependabot.yml
- codemagic.yaml

"documentation":
Expand Down

0 comments on commit 138fe9e

Please sign in to comment.